diff --git a/updatebin.sh b/updatebin.sh index 450d31ee893142d53141ca56510983b9930dcc08..95699054e6faac1d191c5e68d1ba209ded0fd9a3 100755 --- a/updatebin.sh +++ b/updatebin.sh @@ -11,5 +11,7 @@ echo "===== updating spring..." ssh spring 'cd ~/bin ; git pull' echo "===== updating gaston..." ssh gaston 'cd ~/bin ; git pull' +echo "===== updating warson..." +ssh warson 'cd ~/bin ; git pull' echo "===== done."