mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 07:59:37 +00:00
2 lines
58 B
Bash
Executable file
2 lines
58 B
Bash
Executable file
#!/bin/bash
|
|
for rstin in *.rst.in; do genrst $rstin; done
|