pekko/scripts/remove_trailing_whitespace.sh
2010-06-01 18:41:39 +02:00

2 lines
No EOL
51 B
Bash
Executable file

#!/bin/sh
sed -i '' 's/[[:space:]]*$//g' **/*.scala