summaryrefslogtreecommitdiff
path: root/yarns/yarn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/yarn.sh')
-rw-r--r--yarns/yarn.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarns/yarn.sh b/yarns/yarn.sh
new file mode 100644
index 0000000..abbd225
--- /dev/null
+++ b/yarns/yarn.sh
@@ -0,0 +1,6 @@
+# Shell text to execute at the beginning of every yarn step.
+
+run_remotely()
+{
+ "$SRCDIR/ssh_runcmd" "$@"
+}