diff --git a/time_check.sh b/time_check.sh new file mode 100755 index 0000000..22dd7d9 --- /dev/null +++ b/time_check.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +for i in `cat machines.txt` +do + ssh $i uptime +done