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.
22 lines
658 B
Bash
22 lines
658 B
Bash
#!/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
|
|
|
|
|