configfiles/scripts/.config/scripts/teatimer.sh

10 lines
144 B
Bash
Raw Normal View History

2015-05-29 21:08:06 +02:00
#!/bin/bash
echo
echo -n " Time: "
read ttime
python ~/Projects/teatimer-curses/main.py $ttime
aplay ~/.config/assets/atone.wav > /dev/null