removed tools
This commit is contained in:
parent
29d73c4bc1
commit
5c7108e5e0
@ -1,12 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
for locale in `ls locales/*.json`;
|
||||
do
|
||||
file=$(basename $locale);
|
||||
if [ -f locales/tmp/$file ]; then
|
||||
jq -s '.[0] * .[1]' $locale locales/tmp/$file > locales/tmp/tmp.json;
|
||||
mv locales/tmp/tmp.json $locale;
|
||||
fi;
|
||||
done;
|
||||
|
||||
rm -r locales/tmp/
|
||||
Loading…
x
Reference in New Issue
Block a user