comicfn2dict/comicfn2dict.sh
2023-12-21 13:04:52 -08:00

5 lines
96 B
Bash
Executable File

#!/bin/bash
# Run comicbox file parser test
set -euo pipefail
poetry run ./comicfn2dict.py "$@"