summaryrefslogtreecommitdiff
path: root/tests/ssh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ssh')
-rwxr-xr-xtests/ssh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ssh b/tests/ssh
new file mode 100755
index 0000000..9481a1e
--- /dev/null
+++ b/tests/ssh
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+cd /
+userhost="$1"; shift
+exec sh -c "$*"