mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-02 14:31:05 +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")
|