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