From 9ec7e6759e6ecb2849b4d0da2e1408fa8773b867 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Tue, 27 Jun 2017 16:08:08 +0100 Subject: [PATCH] Make u3p use toilet for name --- bin/update3rdPartyPlugins | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/update3rdPartyPlugins b/bin/update3rdPartyPlugins index c049eaa8..b36fa005 100755 --- a/bin/update3rdPartyPlugins +++ b/bin/update3rdPartyPlugins @@ -3,6 +3,7 @@ pluginFolder="/home/jonathan/WPPlugins" for dir in $pluginFolder/*/; do cd $dir - pwd | cowsay -f tux + name=${PWD##*/} + echo $name | toilet -w 200 /home/jonathan/.gem/ruby/2.4.0/bin/git-svn-mirror update done