mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
Old uncommited changes, restock from cli, "cleanup bounty" feature
This commit is contained in:
parent
84881dece3
commit
934873c2fc
6 changed files with 51 additions and 2 deletions
6
brmbar3/alert.sh
Normal file
6
brmbar3/alert.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
if [ "$1" = "alert" ]; then
|
||||
mplayer ~/trombone.wav &
|
||||
else
|
||||
mplayer ~/much.wav &
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue