tree-sitter/script/trim.sh

4 lines
90 B
Bash
Raw Normal View History

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