Merge branch 'master' into copyfile-portability

This commit is contained in:
Andrew Janke 2015-09-28 08:52:03 -04:00
commit e4fdb08365
99 changed files with 3204 additions and 964 deletions

View file

@ -2,11 +2,11 @@
# compile a string of coffeescript and print to output
cf () {
coffee -peb $1
coffee -peb "$1"
}
# compile & copy to clipboard
cfc () {
cf $1 | clipcopy
cf "$1" | clipcopy
}
# compile from clipboard & print