This commit is contained in:
Aaron Bieber 2022-02-01 10:16:08 -07:00
parent 558b3de2eb
commit ea1ba1da13

4
bin/beat Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
b=$(echo "(($(date +'%s')+3600)%86400)/86.4" | bc)
printf "%03d" "${b}"