[Scripts > Strip] Initial Add (not in use)

This commit is contained in:
Ducko 2022-02-03 22:57:50 +00:00
parent 8f77c6d363
commit 02b393b86e

3
scripts/strip.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
find src -type f -name "*.js" -exec sed -i -E 's@[[:blank:]]*([^:]//).*@@;T;/./!d' {} +