Marco Calistri wrote:
> 
> Hello,this is the third message I try to deliver,but until now nobody answer
> to me.
> I could suppose that it is also because my question it is not totally
> "Linux-oriented",
> and involves another argument on which a specific mailing list exists
> ([EMAIL PROTECTED]),
> but I wonder try once more to ask if somebody could suggest me a way to
> realize a script
> that can make start jnos by a GNOME icon from the desktop.
> To use my jnos I have to click on the terminal icon,then issue the following
> commands:
> 
> " cd / "
> " cd jnos "
> " exec ./jnos -g2 -fnos.cfg "
> 
> Any suggestions ??


#!/bin/sh
(cd /jnos; exec ./jnos -g2 -fnos.cfg)

73 de W2XO
-- 
Jim Durham

Reply via email to