Some housekeeping

This commit is contained in:
2025-12-01 06:50:00 -06:00
parent 347753e958
commit 90d57fdec2
3 changed files with 0 additions and 147 deletions

BIN
bin/aoc Executable file

Binary file not shown.

11
bin/timer Executable file
View 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"