MineClone2/tools/strip_trailing_whitespace.sh

3 lines
70 B
Bash
Raw Normal View History

2022-05-26 07:28:05 +02:00
#!/bin/bash
sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")