comparison scripts/bulkconvert.sh @ 11:2ec81711f0c7

Move python files to this repo
author Paper <mrpapersonic@gmail.com>
date Wed, 26 Jan 2022 20:36:07 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 11:2ec81711f0c7
1 #!/bin/bash
2 for i in *.veg; do
3 [ -f "$i" ] || break
4 python3 msvpvf.py -i "$i" --version 13 --type veg
5 done