#!/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

Reply via email to