splinter-keep/run.sh
Dejvino d4a19ef438 Initial commit: The Chaos TTRPG solo campaign skeleton
Locked: rules/ (deck cards + mechanics), tools/ (draw, roll, run)
Unlocked: session/ (character, world, tweaks, log)
Entry: run.sh launches the Textual TUI
2026-06-23 23:15:17 +02:00

6 lines
70 B
Bash
Executable File

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")"
python3 tools/run.py