From 86ae9b88a5d075b606a71e86994b96da8c0b20b0 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Mon, 30 Jul 2012 14:16:12 -0500 Subject: [PATCH] added time_check.sh --- time_check.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 time_check.sh 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