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