This repository has been archived on 2023-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
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")