From: Chris Koeritz Date: Sun, 4 Mar 2012 04:21:08 +0000 (-0500) Subject: testing out this push refs problem, which i think i am causing. X-Git-Tag: 2.140.90~1529 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=81651390f10378c2489ef54d9fb44ff49d17c843;p=feisty_meow.git testing out this push refs problem, which i think i am causing. --- diff --git a/scripts/tty/ssh.sh b/scripts/tty/ssh.sh index e26fd532..84c9f61b 100755 --- a/scripts/tty/ssh.sh +++ b/scripts/tty/ssh.sh @@ -14,6 +14,8 @@ if [ ! -z "$(echo $* | grep -i sourceforge)" ]; then keyfile="$HOME/.ssh/id_dsa_sourceforge" fi +echo hey we be on wik dese parms $* >~/crap.txt + \ssh -i "$keyfile" -X $* if [ $? -eq 0 ]; then