old-benchmark-code/loadbot/init_all.sh

8 lines
209 B
Bash
Raw Normal View History

2011-09-26 15:38:03 -05:00
#!/bin/bash -x
2011-10-03 15:32:30 -05:00
rm /root/.ssh/known_hosts
2011-10-01 13:17:25 -05:00
./make_do_all.pl
2011-09-26 15:38:03 -05:00
bash -x do_all.sh "echo >> /etc/hosts"
bash -x do_all.sh "echo 69.55.54.144 loadbot >> /etc/hosts"
2011-10-03 15:32:30 -05:00
# bash -x do_all.sh "restorecon -R /root/.ssh/"