Skip to content

Commit

Permalink
coffee compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-le-graverend committed Apr 8, 2013
1 parent 86bb7ef commit 2763912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ alias h="history"
alias j="jobs"
alias v="vim"

alias coffeec='find . -name "*.coffee" | xargs coffee -w -c'

# HTTP servers
if grep -q "Ubuntu" /etc/issue; then
alias ngstart='sudo service nginx start'
Expand Down

0 comments on commit 2763912

Please sign in to comment.