Tiny Core Linux

General TC => Programming & Scripting - Unofficial => Topic started by: Miller on June 17, 2010, 04:18:06 PM

Title: Objective: Script to run from desktop
Post by: Miller on June 17, 2010, 04:18:06 PM
Hello All
How do I configure a script so when it is clicked on from say the desktop / roxfiler it will automatically open a terminal and run. The script doesn't need to close by itself on completion.
Thanks in advance.
Miller.
Title: Re: Objective: Script to run from desktop
Post by: curaga on June 18, 2010, 03:10:45 AM
Make the icon launch "aterm -e myscript.sh". Shell will close when the script does. (there's an option not to).