xonsh/appimage/entrypoint.sh

3 lines
101 B
Bash
Raw Normal View History

2020-05-06 15:44:32 +03:00
#! /bin/bash -i
2020-05-03 01:04:23 +03:00
{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/xonsh" "$@"