comicfn2dict/comicfn2dict.sh

5 lines
96 B
Bash
Raw Normal View History

2023-12-21 13:04:52 -08:00
#!/bin/bash
# Run comicbox file parser test
set -euo pipefail
poetry run ./comicfn2dict.py "$@"