Files
python-appimage/applications/ssh-mitm/entrypoint.sh
2021-06-08 14:55:21 +02:00

3 lines
104 B
Bash

#! /bin/bash -i
{{ python-executable }} -u "${APPDIR}/opt/python{{ python-version }}/bin/ssh-mitm" "$@"