Update u3p file to use tux character

This commit is contained in:
Jonathan Hodgson 2017-06-12 17:19:31 +01:00
parent 06444ffb78
commit 37250b0e13

View file

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