Skip to content

Instantly share code, notes, and snippets.

View code-for-coffee's full-sized avatar

James code-for-coffee

  • Chicago, IL
View GitHub Profile
@code-for-coffee
code-for-coffee / installfest_easy.sh
Created September 19, 2016 23:27 — forked from billpatrianakos/installfest_easy.sh
Commands to install everything a student needs during a web development class
#!/usr/bin/sh
# Install Fest 2.0
##
# Welcome message
##
echo "################################"
echo "# Welcome to InstallFest v2.0 #"
echo "#==============================#"