MineClone2/tools/strip_trailing_whitespace.sh

3 lines
70 B
Bash
Raw Normal View History

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