Forum Moderators: travelin cat
You might try the following search and look around:
[versiontracker.com...]
Use TextEdit or "pico" to create a file "<filename>.command" with executable permissions (755 or so)
#!/bin/sh
ssh username@www.example.com
Voila, just double-click to start a new session! ;)
[arenasoftware.com...]