8 lines
166 B
Bash
8 lines
166 B
Bash
#!/bin/sh
|
|
# Neurotron launcher - autogerado pelo autotools
|
|
|
|
NEUROTRON_HOME="@NEUROTRON_DIR@"
|
|
PYTHON="@PYTHON@"
|
|
|
|
exec "$PYTHON" "$NEUROTRON_HOME/src/__main__.py" "$@"
|