[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
1 changed files with 3 additions and 0 deletions

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' {} +