Add full path for u3p

This commit is contained in:
Jonathan Hodgson 2017-06-07 11:04:16 +01:00
parent afc418f749
commit f293534d3e

View file

@ -4,5 +4,5 @@ pluginFolder="/home/jonathan/WPPlugins"
for dir in $pluginFolder/*/; do for dir in $pluginFolder/*/; do
cd $dir cd $dir
pwd | cowsay pwd | cowsay
git-svn-mirror update /home/jonathan/.gem/ruby/2.4.0/bin/git-svn-mirror update
done done