Thread
:
Need help with my first script
View Single Post
TA-t3
2009-12-23 , 13:47
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
2
Originally Posted by
Addison
How can I make this so it launches a full screen X Terminal?
If you have a script (which doesn't immediately terminate) you can do
osso-xterm -e your-script.sh
An example (instead of your-script.sh I just use 'vi'):
#!/bin/sh
osso-xterm -e vi
You can test this interactively with
osso-xterm -e vi
in an xterm.
It'll launch another xterm which runs 'vi'. Try it, then drop back to multitask view - you'll see two xterms, the one you ran 'osso-xterm -e vi' in, and a new one with just 'vi'.
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
Addison
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3