Random things I found out
 

Extending gnome-terminal to make an application launcher button

I have a ssh shortcut I use a lot, and I made a script for it. It got annoying to open a terminal, then run my script. I added it to my ubuntu panel by using a custom appliction launcher then use this as the command to run:

gnome-terminal -x /path/to/script

Now it opens a new session, and runs my ssh command, getting me straight into my dev machine.

Leave a Reply

Your email address will not be published. Required fields are marked *