mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-10-30 04:58:20 +01:00
2 lines
70 B
Bash
Executable file
2 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")
|