diff options
Diffstat (limited to 'env/.local/bin/scripts/timer.sh')
| -rwxr-xr-x | env/.local/bin/scripts/timer.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/env/.local/bin/scripts/timer.sh b/env/.local/bin/scripts/timer.sh new file mode 100755 index 0000000..540ab20 --- /dev/null +++ b/env/.local/bin/scripts/timer.sh @@ -0,0 +1,3 @@ +#!/bin/sh +sleep "$1" +notify-send "TIMER DONE" -t 0 |
