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

24 lines
597 B
Bash

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