tree-sitter/script/trim.sh
2014-03-24 09:14:29 -07:00

3 lines
99 B
Bash
Executable file

#!/usr/bin/env bash
find src spec include examples/grammars -type f | xargs perl -pi -e 's/ +$//'