From c9d995491962795b0135f901cc3074db7145a528 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 12 Jun 2017 17:19:31 +0100 Subject: [PATCH] Update u3p file to use tux character --- bin/update3rdPartyPlugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update3rdPartyPlugins b/bin/update3rdPartyPlugins index f2f0bb19..c049eaa8 100755 --- a/bin/update3rdPartyPlugins +++ b/bin/update3rdPartyPlugins @@ -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