tree-sitter/script/trim.sh
2014-03-09 19:49:35 -07:00

3 lines
81 B
Bash
Executable file

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