This file contains 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
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 |
This file contains 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
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):") |
This file contains 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
# ~/.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 |