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