#!/bin/sh python3 upload_imgs_dir.py \ --title 'NO' \ --creator 'zzzzzzzzzzzzzzzzzzzzzz' \ --date '1990/12/01' \ --org 'aaaaaaaaa' \ --format 'bbbbbbbbbbb' \ --event 'dddddddddd' \ --topic 'ccccc' \ --language 'English,Tagalog' \ --dir '/home/ezn/Desktop/XPUB/Special_Issue_XI_[Ezn]/D.lo/2020_bantayog/Kalayaan Vol. 12 No. 1' \ #--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