search
[last updated: 2025-03-28]
Linux home page
Linux script programming
-----
Disclaimer as usual: This is my current best guess as to what's going on...
-------------------------------------------
or, if you are currently in the directory where the file is located,
-or- if you set the PATH to include the directory where your script files are located
then execute it with:
$ ./test02.sh
--------------------------------------------------------------------------------
---------------------------------------------------------------------
That way you will have a clickable icon which will launch your script.
You may have to also set the executable flag with chmod:
---------------------------------------------------------------------
-------------------------------------------------
.
.
.
eof