9 lines
144 B
Bash
Executable file
9 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
|