Command-line tool for applying Quality Assurance checks against Islandora import packages in preparation for importing them into Islandora.
GNU General Public License v3.0
3
stars
0
forks
source link
Provide a way to run multiple post-iipqa scripts, and also with arguments #10
Closed
mjordan closed 7 years ago
Users may need to run multiple post-iipqa scripts, and they may also need to pass arguments into one ore more scripts. Maybe the following?
Now:
-p somescript.sh
With arguments:
-p "somescript.sh foo bar"
Multiple, using JSON array syntax:
-p ["myscript.php", "somescript.sh foo bar", "cleanup.py"]