Skip to content

Instantly share code, notes, and snippets.

View avendasora's full-sized avatar

David Avendasora avendasora

  • Nekesto, Inc.
  • Falls Church, Virginia
View GitHub Profile
@avendasora
avendasora / go_wolips
Created May 22, 2011 11:41
script to install and setup wolips
#!/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=http://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 [ "$#" != "1" ]; then
echo "usage: $0 [install folder]"
exit