Some updates to the environment
* direnv setup * aoc script * timer script
This commit is contained in:
11
sbin/timer
Executable file
11
sbin/timer
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
TIME=1
|
||||
if [[ $# -ne 0 ]]; then
|
||||
TIME=$1
|
||||
fi
|
||||
sleep ${TIME}m
|
||||
|
||||
notify-send -i $AOCROOT/favicon.png "Timer has expired"
|
||||
echo "Done Waiting"
|
||||
|
Reference in New Issue
Block a user