Skip to content

Instantly share code, notes, and snippets.

@jstrocel
jstrocel / gist:2853446
Created June 1, 2012 16:39
Old PCs I am getting Rid of
Please note: there will be a $20 delivery charge and any unclaimed PCs will be going to the recycler at 4:30pm on June 1. All PCs have no Operating System, Monitor, cables, or peripherals. No warranty is given or implied. You get what you pay for!
PC #1
CPU P4 1.7 Ghz
RAM 256 MB
HD 20GB
Message at Startup: CMOS checksum error defaults loaded
PC #2
CPU P4 1.7 Ghz
puts "-----------------------------------------------------------------------"
puts " - HerokuReady template - "
puts " Heroku with MongoDB and Thin Web Server "
puts " Cucumber and Rspec with Autotest "
puts "-----------------------------------------------------------------------"
app_name = ask("What do you want to call your Heroku app?")
github_user = ask("Please Enter your Github User Name ():")
github_api = ask("Please Enter your Github API Key (Go to http//github.com/settings/admin):")
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
#This is where I replaced the return
if [[ ! -z ]] ; then
# don't put duplicate lines in the history. See bash(1) for more options