From 81651390f10378c2489ef54d9fb44ff49d17c843 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sat, 3 Mar 2012 23:21:08 -0500 Subject: [PATCH] testing out this push refs problem, which i think i am causing. --- scripts/tty/ssh.sh | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.34.1