Skip to content

Instantly share code, notes, and snippets.

@h4
Last active December 22, 2015 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save h4/6400717 to your computer and use it in GitHub Desktop.
Save h4/6400717 to your computer and use it in GitHub Desktop.
/home/luke/Sites/aldebaran/wp-contnent/myPlugin
/home/luke/Sites/tatuin/wp-contnent/myPlugin
#!/bin/sh
for dir in `cat ${GIT_DIR}/hooks/copies`
do
cd $dir;
git pull;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment