From f6413018e0597cadf66c3fe61ad862f68646ca39 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 28 Jun 2011 13:25:24 +0200 Subject: [PATCH] Added script to start developing with compass --- startdev | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 startdev diff --git a/startdev b/startdev new file mode 100755 index 0000000..c1d8dc4 --- /dev/null +++ b/startdev @@ -0,0 +1,5 @@ +#!/usr/bin/env zsh + +{ unicorn -D } & \ +{ gvim . } & \ +{ cd site; compass watch }