count script

This commit is contained in:
lickthecheese 2019-11-06 14:22:20 -05:00
parent 7a6d36e432
commit 46189df398

5
bin/cricount Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
a=$1
while [ 1 ]; do sleep 1; a=$((a+1)); echo $a | crikey -i; done