Created
September 25, 2017 00:43
-
-
Save mrkaspa/9791042168e7c99ac86993cef158ddb2 to your computer and use it in GitHub Desktop.
Parse ocaml files to reasonml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for f in *.ml; do x=$(basename "$f" ".ml"); refmt "$f" > "$x.re"; rm "$f"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment