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/perl | |
################ | |
use strict; | |
use warnings; | |
use CGI ':standard'; | |
use CGI::Carp 'fatalsToBrowser'; | |
use Data::Dumper; |
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
#!/bin/bash | |
##########IMPORTANT########################################################################### | |
# This script requires rvm: http://beginrescueend.com/ | |
# Before running this script you must install rvm. This script will install ruby 1.9.3-p0 if it | |
# is not already. Ruby can take 10 minutes to compile. | |
# Load RVM into a shell session *as a function* | |
if [[ -s "$HOME/.rvm/scripts/rvm" ]] ; then | |
# First try to load from a user install |