update command
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- ~/S/japanese/manga:/mokuro/manga
|
||||
command: ./run.sh "manga/One Piece Color"
|
||||
command: mokuro --parent_dir "manga/One Piece Color" --disable_confirmation
|
||||
runtime: nvidia
|
||||
restart: no
|
||||
network_mode: host
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -Eeuo pipefail
|
||||
|
||||
DIR="${1:-.}"
|
||||
|
||||
mokuro --parent_dir "$DIR" --disable_confirmation
|
||||
|
||||
cd "$DIR" || exit
|
||||
|
||||
for f in *.mokuro; do
|
||||
Reference in New Issue
Block a user