This website requires JavaScript.
Explore
Help
Register
Sign In
Michieal
/
MineClone2
mirror of
https://git.minetest.land/MineClone2/MineClone2.git
Watch
1
Star
0
Fork
You've already forked MineClone2
0
Code
Issues
Projects
Releases
Wiki
Activity
4dc5d0939c
MineClone2
/
tools
/
strip_trailing_whitespace.sh
3 lines
70 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
sed --in-place
's/[[:space:]]\+$//'
$(
find -name
"*.lua"
)
Reference in New Issue
View Git Blame
Copy Permalink