mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-28 17:32:35 +00:00
counts down
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
ticker_time=$1
|
||||
orig_time=$1
|
||||
echo ""
|
||||
ticker_time="$1"
|
||||
orig_time="$1"
|
||||
#echo ""
|
||||
while [[ $ticker_time -gt 0 ]]; do
|
||||
sleep 1
|
||||
ticker_time=$(( $ticker_time - 1 ))
|
||||
|
||||
Reference in New Issue
Block a user