From: Andre Noll Date: Wed, 25 Oct 2023 23:17:05 +0000 (+0200) Subject: README: Mention that the gui example script must be named "lsi". X-Git-Url: http://git.tuebingen.mpg.de/?p=gsu.git;a=commitdiff_plain;h=HEAD;ds=sidebyside 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". --- 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