<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt><big>#!/bin/csh<br>
#<br>
# Loop through and remove all vsites while I am drinking a beer
or two<br>
#<br>
foreach site( `ls /home/sites/` )<br>
/usr/sbin/cdelvsite --fqdn $site<br>
sleep 1<br>
end</big></tt><br>
<br>
</body>
</html>