Add tool to strip trailing whitespace

This commit is contained in:
Elias Fleckenstein 2022-05-26 07:28:05 +02:00
parent 8210fba65b
commit 6a054556cc
No known key found for this signature in database
GPG Key ID: 06927A5199D6C9B2
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
#!/bin/bash
sed --in-place 's/[[:space:]]\+$//' $(find -name "*.lua")