forked from brmlab/brmbar-github
7 lines
127 B
Bash
Executable file
7 lines
127 B
Bash
Executable file
#!/bin/sh
|
|
|
|
case $1 in
|
|
alert) mplayer ~/trombone.wav & ;;
|
|
limit) mplayer ~/much.wav & ;;
|
|
charge) mplayer ~/charge.wav & ;;
|
|
esac
|