TextMate command to convert CoffeeScript to JavaScript
#!/bin/bash
coffee -scp --bare | sed 's/</\</g' | sed 's/>/\>/g'
# original: https://github.com/jashkenas/coffee-script-tmbundle/blob/master/Commands/Compile%20and%20Display%20JS.tmCommand