/ Published in: Bash
URL: http://webjournal.nerdfiles.net/2012/11/14/work-that-is-workon-in-python/
To be used with FUNC_WORK.
Expand |
Embed | Plain Text
#!/bin/bash alias project_root="cd $PWD" if [ "$workon_scss" == "scss" ]; then rvm use 1.9.3-p125 # mmt echo "MMT processing" cd ./website/static/assets/vendor/ compass watch mmt & # reset project_root # base style echo "Base style processing" cd ./website/static/assets/style/ compass watch compass & # reset project_root fi
You need to login to post a comment.
