lean4-htt/script/camel.sh
2019-03-21 15:11:05 -07:00

4 lines
172 B
Bash
Executable file

#!/usr/bin/env bash
find library -name '*.lean' -exec script/camel.py {} \;
find tests -name '*.lean' -exec script/camel.py {} \;
script/camel.py src/library/constants.txt