Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php `git reset --hard HEAD`; ?>
- <?php `git pull`; ?>
- <?php `find . -type d -print0 | xargs -0 chmod 0755`; ?>
- <?php `find . -type f -print0 | xargs -0 chmod 0644`; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement