summarylogtreecommitdiffstats
path: root/codon.sh
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2022-12-14 09:06:45 +0100
committerKlaus Alexander Seistrup2022-12-14 09:06:45 +0100
commitf45fcc174a2387af6de0708f0c94d374ff4819d1 (patch)
tree2e666c5afc1efcb92511934b4bce309f5d15479d /codon.sh
downloadaur-f45fcc174a2387af6de0708f0c94d374ff4819d1.tar.gz
Initial commit (v0.15.2-1)
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