bin/json: call ./bin/json/insert-chapter-metadata from pull-* scripts.
This commit is contained in:
parent
e79b3bc3e1
commit
8833e1c9a8
4 changed files with 24 additions and 0 deletions
|
@ -62,3 +62,9 @@ end
|
|||
sleep(delay)
|
||||
end
|
||||
line.end.print(Paint["Done.", :bold]).end
|
||||
|
||||
##
|
||||
# Spawn bin/json/insert-chapter-metadata
|
||||
Process.wait Process.spawn(
|
||||
"./bin/json/insert-chapter-metadata", "ar"
|
||||
)
|
||||
|
|
|
@ -68,3 +68,9 @@ end
|
|||
line.end.print(Paint["Done.", :bold])
|
||||
.end.end
|
||||
end
|
||||
|
||||
##
|
||||
# Spawn bin/json/insert-chapter-metadata
|
||||
Process.wait Process.spawn(
|
||||
"./bin/json/insert-chapter-metadata", "en"
|
||||
)
|
||||
|
|
|
@ -18,3 +18,9 @@ Process.setproctitle("quran-pull (pull-farsi)")
|
|||
Process.wait Process.spawn(
|
||||
"./bin/json/private/al-quran", "fa", "farsi"
|
||||
)
|
||||
|
||||
##
|
||||
# Spawn bin/json/insert-chapter-metadata
|
||||
Process.wait Process.spawn(
|
||||
"./bin/json/insert-chapter-metadata", "fa"
|
||||
)
|
||||
|
|
|
@ -18,3 +18,9 @@ Process.setproctitle("quran-pull (pull-portuguese)")
|
|||
Process.wait Process.spawn(
|
||||
"./bin/json/private/al-quran", "pt", "portuguese"
|
||||
)
|
||||
|
||||
##
|
||||
# Spawn bin/json/insert-chapter-metadata
|
||||
Process.wait Process.spawn(
|
||||
"./bin/json/insert-chapter-metadata", "pt"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue