Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- unzip dist.zip -d html
- ls /var/www
- rm -rf /var/www/html_old
- ls /var/www
- mv /var/www/html /var/www/html_old
- ls /var/www
- rsync -a html /var/www/
- ls /var/www
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement