Skip to content

Instantly share code, notes, and snippets.

View fawce's full-sized avatar
💭
former software engineer

fawce fawce

💭
former software engineer
View GitHub Profile
@fawce
fawce / install-ruby-debug-ubuntu-ruby-1.9.3
Created February 3, 2012 03:19 — forked from boriscy/install-ruby-debug-ubuntu-ruby-1.9.3
install for ruby-debug in ruby-1.9.3 and ubuntu
#!/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
#!/usr/bin/perl
################
use strict;
use warnings;
use CGI ':standard';
use CGI::Carp 'fatalsToBrowser';
use Data::Dumper;