Bash-Fu

for loop ?

for ((i=1;i<=20;i++));do sudo bash smbver.sh 10.10.10.40 445;done

Last updated

Was this helpful?