10 lines
153 B
Bash
Executable File
10 lines
153 B
Bash
Executable File
#
|
|
# check to see if all update hosts have the latest
|
|
#
|
|
for i in `cat updatesources.txt`
|
|
do
|
|
echo $i
|
|
eephead $i
|
|
echo '==========================='
|
|
done
|