Skip to content

Instantly share code, notes, and snippets.

@timsquared
timsquared / go_wolips
Last active December 16, 2015 15:09 — forked from rebeld/go_wolips
#!/bin/bash
ECLIPSE_URL=http://archive.eclipse.org/eclipse/downloads/drops/R-3.8.2-201301310800/eclipse-SDK-3.8.2-macosx-cocoa-x86_64.tar.gz
#P2_URL=https://raw.github.com/gist/609891/p2
WORKSPACE_MECHANIC_URL=http://wocommunity.org/documents/tools/WorkspaceMechanicExamples.zip
WORKSPACE_MECHANIC_FOLDER=~/.eclipse/mechanic
VERSION=`date +%s`
WORKING_DIR=`pwd`
if [ "$#" -lt "1" -o "$#" -gt "2" ]; then
echo "usage: $0 [install folder] [(optional) eclipse download url]"