Skip to content

Instantly share code, notes, and snippets.

@stevefrost
stevefrost / install-fuelphp.sh
Created February 2, 2012 20:57 — forked from kenjis/install-fuelphp.sh
FuelPHP Install Script
#!/bin/sh
# FuelPHP Install Script
#
# @author Kenji Suzuki https://github.com/kenjis
# @copyright 2011 Kenji Suzuki
# @license MIT License http://www.opensource.org/licenses/mit-license.php
if [ $# -lt 2 ]; then
echo "Install FuelPHP and Create Application Repository"