count script
This commit is contained in:
parent
7a6d36e432
commit
46189df398
1 changed files with 5 additions and 0 deletions
5
bin/cricount
Executable file
5
bin/cricount
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
a=$1
|
||||||
|
|
||||||
|
while [ 1 ]; do sleep 1; a=$((a+1)); echo $a | crikey -i; done
|
Loading…
Reference in a new issue