This website requires JavaScript.
Explore
Help
Register
Sign In
WolfySoy
/
VoxeLibre-WolfyCode
forked from
VoxeLibre/VoxeLibre
Watch
1
Star
0
Fork
You've already forked VoxeLibre-WolfyCode
0
Code
Pull Requests
Activity
86c10002a6
VoxeLibre-WolfyCode
/
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