mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 22:43:02 +02:00
8 lines
251 B
Bash
Executable File
8 lines
251 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Quick launcher for the "done" workflow:
|
|
# check completion → open HLTB → pick next game → uninstall & hide others
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/../.."
|
|
exec python -m python_pkg.steam_backlog_enforcer.main "done"
|