1 2 3 4 5 6 7 8
#!/bin/sh RRD='hddtemp disk traffic mem cpu usage ups' DIR='/usr/bin' # for x in $RRD do $DIR/rrd_${x}.pl >& /dev/null done