tree-sitter/script/trim.sh

4 lines
99 B
Bash
Raw Normal View History

2014-03-09 19:49:35 -07:00
#!/usr/bin/env bash
2014-03-24 09:14:29 -07:00
find src spec include examples/grammars -type f | xargs perl -pi -e 's/ +$//'