Shell scripts for working with repositories of SPASE descriptions.
- Clone this repo.
clone-all.sh : Clone all HPDE repositories on GitHub.
count-all.sh : Count the number of files with the ".xml" extension in one or more folders.
refcheck-all.sh : Perform a referential check of SPASE IDs and URL on the contents of one or more folders.
refresh-all.sh : Refresh (go a "git pull") on one or more folders.
validate-all.sh : Validate contents of one or more folders.
While scripts installed in "/tools/spase"
Count the number of files in the repo clones in the current folder
bash /tools/spase/count-all.sh
Perform a referential check on all repo clones in the current folder
bash /tools/spase/refcheck-all.sh
Perform a referential check on all repo clones in the current folder and show just errors
bash /tools/spase/refcheck-all.sh . -e
Perform a referential check on all repo clones in the "/metadata" folder
bash /tools/spase/refcheck-all.sh /metadata