4 lines
172 B
Bash
Executable file
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
|