Advertisement
verygoodplugins

Untitled

Sep 14th, 2020
1,084
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php `git reset --hard HEAD`; ?>
  2. <?php `git pull`; ?>
  3. <?php `find . -type d -print0 | xargs -0 chmod 0755`; ?>
  4. <?php `find . -type f -print0 | xargs -0 chmod 0644`; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement