summaryrefslogtreecommitdiff
path: root/src/options/generate-toml-files.sh
blob: 1a2100227941271f58e109698586036326ab0b6a (plain)
1
2
3
#!/bin/bash

for f in *_options; do echo $f; time ./mkoptions-toml module-sed $f > ${f}.toml; done
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback