mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-07 21:04:00 +02:00
7 lines
127 B
Bash
7 lines
127 B
Bash
#!/bin/sh
|
|
|
|
case $1 in
|
|
alert) mplayer ~/trombone.wav & ;;
|
|
limit) mplayer ~/much.wav & ;;
|
|
charge) mplayer ~/charge.wav & ;;
|
|
esac
|