Some checks failed
Build NFDOS ISO / build (push) Has been cancelled
8 lines
176 B
Bash
Executable File
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" "$@"
|