From 04abcae5d9bfc571af860e84a8d2004d677a1381 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 21 Jun 2021 11:27:22 +0300 Subject: [PATCH] Shorter prompt --- bin/bin/scan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bin/scan.sh b/bin/bin/scan.sh index d5c905f..083c089 100755 --- a/bin/bin/scan.sh +++ b/bin/bin/scan.sh @@ -47,7 +47,7 @@ do_next() { do_next while : ; do - echo -n "$cur: crop:$crop rotate:$rotate v/r/c/s/p/n> " + echo -n "$cur: C:$crop R:$rotate v/r/c/s/p/n> " read c case $c in v) -- 2.44.0