summarylogtreecommitdiffstats
path: root/codon.sh
diff options
context:
space:
mode:
Diffstat (limited to 'codon.sh')
-rw-r--r--codon.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/codon.sh b/codon.sh
new file mode 100644
index 000000000000..daf883b1b6fd
--- /dev/null
+++ b/codon.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+exec env PATH="/opt/codon-deploy/bin:$PATH" /opt/codon-deploy/bin/codon "$@"
+# eof