global $pwd;
global $args;

for($i = 1; $i < count($args); $i++) {
   rmdir($pwd . "/" . $args[$i]);
}
