nfdos/src/_nfdos/rootfs/usr/bin/neurotron
neo.webmaster.2@gmail.com d7bb1487e0
Some checks failed
Build NFDOS ISO / build (push) Has been cancelled
"Auto-commit via make git"
2025-11-15 07:16:46 +01:00

8 lines
176 B
Bash
Executable File

#!/bin/sh
# Neurotron launcher - autogerado pelo autotools
NEUROTRON_HOME="/usr/lib/neurotron"
PYTHON="/usr/bin/python"
exec "$PYTHON" "$NEUROTRON_HOME/src/__main__.py" "$@"