forked from VoxeLibre/VoxeLibre
3 lines
70 B
Bash
3 lines
70 B
Bash
|
#!/bin/bash
|
||
|
sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")
|