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