Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Created September 2, 2015 19:08
Show Gist options
  • Save lukecampbell/eb5202051f19857869b2 to your computer and use it in GitHub Desktop.
Save lukecampbell/eb5202051f19857869b2 to your computer and use it in GitHub Desktop.
Shell script to run NcISO
#!/bin/bash
# Put the ncISO jar in to $HOME/lib
# Example nciso.sh -ts http://tds.glos.us/thredds/catalog/glos/habs/lakes/catalog.xml -iso true -waf /tmp/waf -num 1024
java -cp "$HOME/lib/*" -Xms1024m -Xmx1024m -jar $HOME/lib/ncISO-2.3.jar $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment