diff options
-rwxr-xr-x | sh/reco | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ else notify-send 'select recording region with mouse' xrectsel '%w %h %x %y' ;; - *) exit 1; + *) exit 1;; esac notify-send 'start recording after 2 seconds' sleep 2 |