Modification : vm_{host,hosted,remote} -> {host,local,remote}/ .
[lhc/ateliers.git] / remote / mosh
diff --git a/remote/mosh b/remote/mosh
new file mode 100755 (executable)
index 0000000..4f6f24e
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -eu
+tool=$(readlink -e "${0%/*}/..")
+. "$tool"/remote/lib.sh
+
+mosh --ssh="$tool/remote/ssh ${ssh_options-}" -- $vm_fqdn "$@"