mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-07-02 11:43:42 +02:00
update-dict.sh: echo source files.
This commit is contained in:
parent
192c90f7fc
commit
980c35716e
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,9 @@ for lang in $(jq -r 'keys[]' $CONFIG); do
|
||||||
files+=( "$f" )
|
files+=( "$f" )
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "Source files:"
|
||||||
|
echo ${files[@]} | tr ' ' '\n'
|
||||||
|
|
||||||
grep -hs ^ ${files[@]} | $BASE_DIR/generate-dict.sh > $BASE_DIR/dict/$lang
|
grep -hs ^ ${files[@]} | $BASE_DIR/generate-dict.sh > $BASE_DIR/dict/$lang
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue