Advertisement
DrupalCustom

Untitled

Jun 22nd, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. $archive = "/home/sysadm/Download/hello.tar"
  3. $directory = "/home/sysadm/Download/Unzipper";
  4. exec( 'tar cf $archive $directory');
  5. exec( 'gzip $archive');
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement