Gitify the working tree.
[profile.git] / opt / bin / sshterm
diff --git a/opt/bin/sshterm b/opt/bin/sshterm
new file mode 100755 (executable)
index 0000000..158b328
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+${SSHTERM:-xterm} ${SSHTERM_TITLE:--title} "$1" ${SSHTERM_EXEC:--e} \
+sshcolourterm ${1+"$@"}