UnixTools/bp_ssl_unlock.sh
2013-03-21 01:54:15 +01:00

9 lines
206 B
Bash
Executable File

#!/bin/sh
gnome-screensaver-command -d
amixer -c 0 set Master Playback unmute
rhythmbox-client --no-start --play --no-present --notify
#MPC_SONG=`mpc current`
#if [ -n "$MPC_SONG" ]; then
# mpc play
#fi