Skip to content

Instantly share code, notes, and snippets.

@artpolikarpov
Forked from h4/copies
Last active December 22, 2015 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artpolikarpov/6402739 to your computer and use it in GitHub Desktop.
Save artpolikarpov/6402739 to your computer and use it in GitHub Desktop.
/home/luke/Sites/aldebaran/wp-contnent/myPlugin
/home/luke/Sites/tatuin/wp-contnent/myPlugin
for dir in `cat ./.git/hooks/copies`
do
cd $dir;
git pull;
done
@artpolikarpov
Copy link
Author

Поправил путь до copies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment