#!/bin/csh
#
# Loop through and remove all vsites while I am drinking a beer or two
#
foreach site( `ls /home/sites/` )
/usr/sbin/cdelvsite --fqdn $site
sleep 1
end_______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
