test_update.sh

Michael Schmidt, 06/08/2015 01:15 PM

Download (82 Bytes)

 
1
#!/bin/bash
2
for i in {1..100}
3
do
4
  echo $i
5
  onehost update $1 template.txt
6
done
7