update command

This commit is contained in:
2025-09-07 04:28:29 -07:00
parent 383af5a61e
commit b0e430e19d
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ services:
user: 1000:1000 user: 1000:1000
volumes: volumes:
- ~/S/japanese/manga:/mokuro/manga - ~/S/japanese/manga:/mokuro/manga
command: ./run.sh "manga/One Piece Color" command: mokuro --parent_dir "manga/One Piece Color" --disable_confirmation
runtime: nvidia runtime: nvidia
restart: no restart: no
network_mode: host network_mode: host

View File

@@ -1,10 +1,9 @@
#!/usr/bin/env sh #!/usr/bin/env bash
set -Eeuo pipefail set -Eeuo pipefail
DIR="${1:-.}" DIR="${1:-.}"
mokuro --parent_dir "$DIR" --disable_confirmation
cd "$DIR" || exit cd "$DIR" || exit
for f in *.mokuro; do for f in *.mokuro; do