From 15d7066a6dc5caa8a91be8c564624e3139224ea0 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Sun, 6 Dec 2015 13:11:19 -0500 Subject: [PATCH] Fixed rsh --- shells/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shells/zshrc b/shells/zshrc index 050490f..960f428 100644 --- a/shells/zshrc +++ b/shells/zshrc @@ -44,6 +44,7 @@ function rsh(){ return 1 fi ADDR=$(cat /home/stonewareslord/syncthing/shared/ips | sed -rne "s/^$1: //p") + shift if [ -z $ADDR ] ; then echo "Hostname not found" return 2