3 lines
99 B
Bash
Executable file
3 lines
99 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
find src spec include examples/grammars -type f | xargs perl -pi -e 's/ +$//'
|