3 lines
118 B
Bash
Executable file
3 lines
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
find library -name '*.lean' -exec script/camel.py {} \;
|
|
script/camel.py src/library/constants.txt
|