summaryrefslogtreecommitdiff
path: root/sh/reco
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2024-07-22 18:09:31 -0700
committerXiao Pan <xyz@flylightning.xyz>2024-07-22 18:09:31 -0700
commit191896d48a562e28b9004efe636755b12fff3398 (patch)
treec22adab895492ad2cfcdbfdad5fe3e4e68bb6de9 /sh/reco
parentc0aeb0eabe1813f7e24a689b20c1b311403e5ba7 (diff)
reco, maybe fix, ;; after exit 1
Diffstat (limited to 'sh/reco')
-rwxr-xr-xsh/reco2
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/reco b/sh/reco
index 6eed281..3580b96 100755
--- a/sh/reco
+++ b/sh/reco
@@ -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