Michael Schmidt, 06/08/2015 01:15 PM
Download (82 Bytes)
#!/bin/bash
for i in {1..100}
do
echo $i
onehost update $1 template.txt
done