From cd1eae3c45f5a87d69a8cd7cbe91638e6f320d18 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Tue, 15 Feb 2022 10:10:58 +0000 Subject: [PATCH] dvdrip: Ring the bell when the job is done. Wake me up. --- dvdrip | 1 + 1 file changed, 1 insertion(+) diff --git a/dvdrip b/dvdrip index 1226c41..b09abe8 100755 --- a/dvdrip +++ b/dvdrip @@ -154,3 +154,4 @@ printf "%s\n" "${sub+$sub/}$out.iso" >"$tmp/$tag/dest.new" mv "$tmp/$tag/dest.new" "$tmp/$tag/dest" run "$DVDRIP_UPLOAD" case $eject in t) run eject "$dev" ;; esac +printf "\a" -- 2.11.0