Start rails dev env
#!/bin/sh killall ruby mongrel_rails start -d sleep 1 open http://localhost:3000/ sleep 1 mate .
DZone Snippets > Mickael > script
12309 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
#!/bin/sh killall ruby mongrel_rails start -d sleep 1 open http://localhost:3000/ sleep 1 mate .