aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbulk-audio/get1
1 files changed, 1 insertions, 0 deletions
diff --git a/bulk-audio/get b/bulk-audio/get
index 3a3305b..5a0b3c4 100755
--- a/bulk-audio/get
+++ b/bulk-audio/get
@@ -27,6 +27,7 @@ lp101() {
curl -X HEAD -iso - "$URL" | awk '/^Content-length:/ { exit $2 == 52288 }'
[ $? -ne 0 ] && return
curl -sLo - "$URL"
+ exit 0
}
lp101_alt() {