]> Sergey Matveev's repositories - feeder.git/commitdiff
No parsing and explicit bad return code if download failed
authorSergey Matveev <stargrave@stargrave.org>
Tue, 22 Feb 2022 15:35:11 +0000 (18:35 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 22 Feb 2022 15:35:11 +0000 (18:35 +0300)
feeds-dnp.zsh

index 487ec2a39e189442698ff6833951a25df28cee29..7733dcbf41d8d889431209d6502d4edacfee930f 100755 (executable)
@@ -1,3 +1,3 @@
 #!/usr/bin/env zsh
 cmds=$0:h:a/cmd
-exec $cmds/do-in-parallel.zsh dnp FEEDER_DOWNLOAD_JOBS "$cmds/download.sh {} ; $cmds/parse.sh {}"
+exec $cmds/do-in-parallel.zsh dnp FEEDER_DOWNLOAD_JOBS "$cmds/download.sh {} && $cmds/parse.sh {}"