[Scripts > Strip] Initial Add (not in use)
This commit is contained in:
parent
8f77c6d363
commit
02b393b86e
1 changed files with 3 additions and 0 deletions
3
scripts/strip.sh
Normal file
3
scripts/strip.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
find src -type f -name "*.js" -exec sed -i -E 's@[[:blank:]]*([^:]//).*@@;T;/./!d' {} +
|
Loading…
Reference in a new issue