Every day I do the following commands:
[0] Start terminal
- Open window ->
memcached - Open window ->
redis-server - Open window ->
memcached - Open window ->
devo - Open window ->
cd /some/path - /some/path$ ->
rails s --port=3002 - Open window ->
cd /other/path - /other/path$ ->
rails s --port=3000
Can these steps be accomplished in a single script? I’m losing my mind doing these steps every time I restart my system
Create an applescript. You will just need to run the applescript and it’ll do all that for you :
Save it as an Application so you can double click it to run it. You could also assign it to start on system start or even to a shortcut with a necessary third party program.