commit ec7a6467ed22da74109ac609d68e025ba6a6a2d5
parent 38f19d60779eba1525d1e8036aa02e7f43354901
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 13 Jun 2023 22:04:33 +0200
Minor correction of code formatting
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/diaposishell b/diaposishell
@@ -84,7 +84,6 @@ printf "%s\n" "$@" > .slides
islide=1 # Index of the current slide
nslides=$(wc -l .slides | cut -d' ' -f1) # Number of slides
-
# Setup the terminal user interface
init
@@ -122,7 +121,7 @@ while true; do
read -r c # User input
- # Disable short help mode whatever the user input
+ # Disable short help mode whatever the user input
if [ "${islide}" -le 0 ]; then
islide=$((-islide))