brmbar/brmbar3/alert.sh

6 lines
94 B
Bash

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