3 lines
80 B
Bash
3 lines
80 B
Bash
|
#!/bin/sh -ev
|
||
|
python -m flatisfy import --config config.json --new-only -v "$@"
|