mirror of
https://github.com/eosswedenorg/eosio-keygen-extras
synced 2026-06-18 05:20:01 +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" )
|
||||
done
|
||||
|
||||
echo "Source files:"
|
||||
echo ${files[@]} | tr ' ' '\n'
|
||||
|
||||
grep -hs ^ ${files[@]} | $BASE_DIR/generate-dict.sh > $BASE_DIR/dict/$lang
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue