projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45b869
)
testing out this push refs problem, which i think i am causing.
author
Chris Koeritz
<fred@gruntose.com>
Sun, 4 Mar 2012 04:21:08 +0000
(23:21 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 4 Mar 2012 04:21:08 +0000
(23:21 -0500)
scripts/tty/ssh.sh
patch
|
blob
|
history
diff --git
a/scripts/tty/ssh.sh
b/scripts/tty/ssh.sh
index e26fd532dad556fa92a18c26e01a1482797c9264..84c9f61ba4ff4d2b8e0335800862b2d567514c0a 100755
(executable)
--- 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