Custom shebangs for applications entrypoint

This commit is contained in:
Valentin Niess
2020-05-06 13:58:15 +02:00
parent 07adf65f99
commit 70aaa05f4e
4 changed files with 10 additions and 1 deletions

View File

@@ -1 +1,2 @@
#! /bin/bash -i
{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/xonsh" "$@"