I preface this by saying I am pretty much a complete noob when it comes to script writing.
Anyway, I am looking to create a script that opens a terminal in the GUI environment of Ubuntu, and when it does, shows the output of the other commands running in the script.
The reason for this is I am looking to take the script, throw it into the directory that runs scripts on log in and have it opening a terminal, run my normal update scripts and then keep the terminal open to allow me to continue after.
My reason is basically to just get more experience, and I figured to automate something I do every time I login.
gnome-terminal
and execute the script for you, there's no need to putgnome-terminal
inside the script itself as it adds unnecessary complexity; do you want to run a single script or multiple scripts? Nonetheless is your goal to run it / them at startup or do you want to create a script that triggers the execution of the script / multiple scripts when explicitly executed? – kos Oct 12 '15 at 19:20