Files
ltx2-mps/clipmaker
2026-01-11 20:01:20 +01:00

6 lines
117 B
Bash
Executable File

#!/bin/bash
# clipmaker - quick wrapper
source ~/ltx-venv/bin/activate
cd "$(dirname "$0")"
python clipmaker.py "$@"