dev: public ready
dev: Readme, COC, others dev: xml-template
This commit is contained in:
parent
5db584830b
commit
1cf5119f46
12 changed files with 3716 additions and 0 deletions
5
bash-scripts/make-cbz-imagemagick.sh
Executable file
5
bash-scripts/make-cbz-imagemagick.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
user="$(gpg2 -qd /home/moo/test/gopherbook/moo.pass.asc)"
|
||||
EXTEN="jpg"
|
||||
mkdir -p ./cbzs
|
||||
7z a -tzip -mem=AES256 -mx=9 ./cbzs/$1-others.cbz -p *.$EXTEN ComicInfo.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue