Skip to content
Snippets Groups Projects
Commit fe4b7219 authored by Markus Opolka's avatar Markus Opolka
Browse files

Add script for mulitple files

parent 9db8beb0
No related branches found
No related tags found
No related merge requests found
Pipeline #
#!/usr/bin/env bash
for f in *.txt; do python3 cqp-converter.py --input "$f" --output "${f}.cqp";
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment