You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
python3 upload_imgs_dir.py \
|
|
|
|
--title 'Nassa News: Vol. 21 No. 7' \
|
|
|
|
--creator 'The National Secretariat of Social Action Justice and Peace' \
|
|
|
|
--date '1984/07/01' \
|
|
|
|
--org 'Nationalist Alliance for Justice, Freedom and Democracy (NAJFD)' \
|
|
|
|
--format 'Statement' \
|
|
|
|
--event 'The ARTEX Strike' \
|
|
|
|
--topic 'Workers rights' \
|
|
|
|
--language 'English' \
|
|
|
|
--dir '/full/path/to/2020_bantayog/Folder name' \
|
|
|
|
|
|
|
|
|
|
|
|
# --dry
|
|
|
|
|
|
|
|
# Note:
|
|
|
|
# * Add this values to you upload specific upload.
|
|
|
|
# * --dry can be enabled to show you what will be uploaded and the metadata, without actully uploading it
|
|
|
|
# * parameters --event --topic can be added
|
|
|
|
# * \ allow you to continue the command of a different line
|
|
|
|
#
|
|
|
|
# Get help: python3 upload_imgs_dir.py --help
|