mirror of
https://github.com/angolo40/mikrocata2selks.git
synced 2025-05-12 08:27:22 +00:00
First attemp - MultipleMikrotik
This commit is contained in:
parent
a4162d97c7
commit
fe44673d6e
@ -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
|
Loading…
x
Reference in New Issue
Block a user