Skip to content

Commit

Permalink
Renamed the meta descriptor creation script
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Dec 30, 2018
1 parent 1cd0641 commit 18aa3ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/updateMetaDescriptors.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
# To be executed from the root directory.
# Uses the createMetaDescriptors.py python script (copied from jcore-misc) to create
# the component meta descriptors

find . -type d -name 'jcore-*' -depth 1 | xargs -n1 -I{} scripts/createMetaDescriptors.py -c {}

0 comments on commit 18aa3ca

Please sign in to comment.