5 lines
96 B
Bash
5 lines
96 B
Bash
|
#!/bin/bash
|
||
|
# Run comicbox file parser test
|
||
|
set -euo pipefail
|
||
|
poetry run ./comicfn2dict.py "$@"
|