Skip to content

Instantly share code, notes, and snippets.

View suhailpatel's full-sized avatar
🕶️

Suhail Patel suhailpatel

🕶️
View GitHub Profile
#!/bin/bash
# Define some Constants as Variables
SCRIPT_VERSION="0.9.9"
RUBYGEMS_FILENAME="rubygems-1.3.5.tgz"
RUBYGEMS_FOLDER="rubygems-1.3.5"
RUBYGEMS_SOURCE="http://rubyforge.org/frs/download.php/60718/rubygems-1.3.5.tgz"
SPAWNFCGI_FILENAME="spawn-fcgi-1.6.2.tar.gz"