Skip to content

Instantly share code, notes, and snippets.

@pingw33n
pingw33n / install_jogl_maven.sh
Created November 23, 2012 16:11 — forked from tysonmalchow/install_jogl_maven.sh
install jogamp's JOGL and GLUEGEN jars to a local maven repository
#!/bin/bash
set -e
if [ $# == 0 -o $# -gt 3 ]; then
echo "usage: $0 version [base_url] [maven_repo]"
echo "defaults:"
echo " base_url=http://jogamp.org/deployment/v<version>"
echo " maven_repo=`echo ~/.m2/repository`"
echo "example:"