Skip to content

Instantly share code, notes, and snippets.

watch( 'test/.*\.clj' ) {|md| test_stuff }
watch( 'src/.*\.clj' ) {|md| test_stuff }
def colorize(text, color_code)
"#{color_code}#{text}\e[1;37m"
end
def red(text); colorize(text, "\e[0;31m"); end
def green(text); colorize(text, "\e[0;32m"); end
@hoodja
hoodja / your_script.sh
Created November 19, 2011 18:51 — forked from zspencer/your_script.sh
Pair with Zee
#If you're on a mac/linux, you can just copy and paste this. If you're on Windows, you need to figure out how to do this using Putty.
ssh remotepair@pairwith.zacharyspencer.com -p9876
#Password: pairingftw
tmux -S /var/tmux/pairing attach