testsAndMisc/PYTHON/keyboardCoop/run_game.sh
Krzysztof kuhy Rudnicki f8823a7de1 fix: resolve shellcheck warnings
- lint_python.sh: remove unused VERBOSE variable, use OVERALL_STATUS for exit
- run_game.sh: add || exit after cd
- install_arch.sh/uninstall_arch.sh: separate local declaration and assignment
- lint.sh: use variable for pkg-config output to avoid word splitting
2025-11-30 13:48:17 +01:00

4 lines
58 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")" || exit 1
python main.py