Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $archive = "/home/sysadm/Download/hello.tar"
- $directory = "/home/sysadm/Download/Unzipper";
- exec( "tar cf $archive $directory");
- exec( "gzip $archive");
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement