testing out this push refs problem, which i think i am causing.
authorChris Koeritz <fred@gruntose.com>
Sun, 4 Mar 2012 04:21:08 +0000 (23:21 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 4 Mar 2012 04:21:08 +0000 (23:21 -0500)
scripts/tty/ssh.sh

index e26fd532dad556fa92a18c26e01a1482797c9264..84c9f61ba4ff4d2b8e0335800862b2d567514c0a 100755 (executable)
@@ -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