sharieswebsite/startdev

6 lines
81 B
Text
Raw Permalink Normal View History

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