This website requires JavaScript.
Explore
Help
Register
Sign In
Eliy21
/
MineClone2
forked from
VoxeLibre/VoxeLibre
Watch
1
Star
0
Fork
You've already forked MineClone2
0
Code
Pull Requests
Activity
8530f4d863
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"
)
View Git Blame
Copy Permalink