Added script to start developing with compass

This commit is contained in:
Yann Esposito (Yogsototh) 2011-06-28 13:25:24 +02:00
parent d45dc8a7a4
commit f6413018e0

5
startdev Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
{ unicorn -D } & \
{ gvim . } & \
{ cd site; compass watch }