Old uncommited changes, restock from cli, "cleanup bounty" feature

This commit is contained in:
Mrkva 2015-07-01 01:06:59 +02:00
parent 84881dece3
commit 934873c2fc
6 changed files with 51 additions and 2 deletions

6
brmbar3/alert.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
if [ "$1" = "alert" ]; then
mplayer ~/trombone.wav &
else
mplayer ~/much.wav &
fi