mirror of
https://github.com/angolo40/mikrocata2selks.git
synced 2025-07-06 03:03:33 +00:00
First attemp - MultipleMikrotik
This commit is contained in:
@ -1,14 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
echo "Insert how many Mikrotik"
|
|
||||||
count=0
|
|
||||||
while : ; do
|
|
||||||
read -n 1 k <&1
|
|
||||||
if [[ $k = q ]] ; then
|
|
||||||
printf "\nQuitting from the program\n"
|
|
||||||
break
|
|
||||||
else
|
|
||||||
((count=$count+1))
|
|
||||||
printf "\nIterate for $count times\n"
|
|
||||||
echo "Press 'q' to exit"
|
|
||||||
fi
|
|
||||||
done
|
|
Reference in New Issue
Block a user