This repository has been archived on 2024-12-21. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-21/packages/AppImage/AppRun
2021-06-04 22:52:55 +05:30

4 lines
141 B
Bash
Executable File

#!/bin/sh
SELF_DIR="$(dirname "$(readlink -f "$0")")"
python "$SELF_DIR"/usr/lib/python2.7/dist-packages/pybitmessage/bitmessagemain.py "$@"