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.
special-issue-11-wiki2html/helper-upload_imgs_dir.sh

28 lines
662 B
Bash

#!/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