Initial Push.
This commit is contained in:
7
home/.local/usr/bin/baraction.sh
Executable file
7
home/.local/usr/bin/baraction.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
SLEEP_SEC=5
|
||||
COUNT=0
|
||||
while :; do
|
||||
let COUNT=$COUNT+1
|
||||
echo -e " HELLO $COUNT"
|
||||
sleep $SLEEP_SEC
|
||||
done
|
||||
Reference in New Issue
Block a user