/home/mjc1/public_html/onlinecs/11.php
1 2 3 4
<?php
exit;
exec
(
"tar -cvzf mobile.tar.gz mobile"
);
?>