configfiles/scripts/teatimer.sh

10 lines
144 B
Bash
Executable file

#!/bin/bash
echo
echo -n " Time: "
read ttime
python ~/Projects/teatimer-curses/main.py $ttime
aplay ~/.config/assets/atone.wav > /dev/null