From 21ea6b920df2ad6d1003112fac5cf1e81aeeb73d Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Thu, 26 Oct 2023 01:17:05 +0200 Subject: [PATCH] README: Mention that the gui example script must be named "lsi". By default, the prefix for the gsu action handlers is the basename of the script and an underscore character. In the example script of README.md all handlers are prefixed with "lsi_", so tell the reader that the script will only work if it is saved under the name "lsi". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 815009f..44e111f 100644 --- a/README.md +++ b/README.md @@ -496,9 +496,9 @@ to do is to source the gsu gui module and to call `gsu_gui()`: ___Example___ -The complete lsi script below can be used as a starting point -for your own gsu gui application. If you cut and paste it, be -sure to not turn tab characters into space characters. +The complete lsi script below can be used as a starting point for your +own gsu gui application. If you cut and paste it, be sure to not turn +tab characters into space characters. The script must be named "lsi". #!/bin/bash -- 2.30.2