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