This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
#------------------------------------ | |
# Sets up python data goodness on OSX | |
set -e | |
function setup_brew { | |
echo "INFO: checking for homebrew..." | |
brew help > /dev/null 2>&1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# what : tell you the airspeed velocity of an unladen european swallow | |
# why : @redsnakephilly | |
# who : @gv0tch0 | |
# based on http://style.org/unladenswallow | |
puts "~10" |