mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 14:23:16 +02:00
- 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
4 lines
58 B
Bash
Executable File
4 lines
58 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")" || exit 1
|
|
python main.py
|