sharieswebsite/startdev
2011-06-28 13:25:24 +02:00

5 lines
81 B
Bash
Executable file

#!/usr/bin/env zsh
{ unicorn -D } & \
{ gvim . } & \
{ cd site; compass watch }