#!/bin/sh python3 upload_imgs_dir.py \ --title 'No' \ --creator 'a' \ --date '2020/01/01' \ --org 'b' \ --format 'c' \ --event 'd' \ --topic 'e' \ --language 'English' \ --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