I noticed that every time that I restart my computer I have to do the following tasks:
- open Terminal
- type 'cd sites/mysite'
- open another tab in Terminal
- type 'cd sites/mysite'
- type 'script/server --debugger'
- open Safari
- go to 'http://localhost:3000/'
- open TextMate
- Open -> mysite
Is it possible to automatize this process using Automator? If no, there are any alternatives to speed up this process?
I tried to register this process with Automator, but would be better to use commands directly.