Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
added time_check.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ Asghar committed Jul 30, 2012
1 parent 4561aac commit 86ae9b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions time_check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash

for i in `cat machines.txt`
do
ssh $i uptime
done

0 comments on commit 86ae9b8

Please sign in to comment.