Skip to content

Instantly share code, notes, and snippets.

View rebeld's full-sized avatar

David LeBer rebeld

View GitHub Profile
@rebeld
rebeld / go_wolips
Created October 12, 2010 16:09
WOLips install script with optional eclipse download url parameter
#!/bin/bash
ECLIPSE_URL=http://mirror.cc.vt.edu/pub/eclipse/eclipse/downloads/drops/R-3.6.1-201009090800/eclipse-SDK-3.6.1-macosx-cocoa-x86_64.tar.gz
P2_URL=https://gist.github.com/raw/609891/p2
WORKSPACE_MECHANIC_URL=http://wiki.objectstyle.org/confluence/download/attachments/8225785/WorkspaceMechanicExamples.zip
WORKSPACE_MECHANIC_FOLDER=~/.eclipse/mechanic
VERSION=`date +%s`
if [ "$#" -lt "1" -o "$#" -gt "2" ]; then
echo "usage: $0 [install folder] [(optional) eclipse download url]"
exit