Files
i2p.scripts/update/updateheads.sh
zzz 9b8866efab - New updatechecker.sh
- Fix up updateheads.sh and reviewfromrelease.sh
2011-02-05 14:53:30 +00:00

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