tree-sitter/script/trim.sh

4 lines
81 B
Bash
Raw Normal View History

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