start new:
tmux
start new with session name:
tmux new -s myname
http://code.hootsuite.com/css-at-hootsuite/ | |
http://mikeaparicio.com/2014/08/10/css-at-groupon/ | |
http://blog.trello.com/refining-the-way-we-structure-our-css-at-trello/ | |
http://markdotto.com/2014/07/23/githubs-css/ | |
http://codepen.io/chriscoyier/blog/codepens-css | |
http://ianfeather.co.uk/css-at-lonely-planet/ | |
https://medium.com/@fat/mediums-css-is-actually-pretty-fucking-good-b8e2a6c78b06 | |
http://blog.brianlovin.com/buffers-css/ | |
http://dev.ghost.org/css-at-ghost/ |
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
#/usr/bin/env bash | |
# MIT © Sindre Sorhus - sindresorhus.com | |
# forked by Gianluca Guarini | |
changed_files="$(git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD)" | |
check_run() { | |
echo "$changed_files" | grep -E --quiet "$1" && eval "$2" | |
} |