#!/bin/sh python3 upload_imgs_dir.py \ --title 'Ang Bayan December 1984' \ --creator 'Central Committee of the Communist Party of the Philippines' \ --date '1984/12/01' \ --org 'Communist Party of the Philippines' \ --format 'Bulletin' \ --topic 'Communism, Armed Struggle' \ --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