Skip to content

Instantly share code, notes, and snippets.

@sammacbeth
Created September 22, 2011 16:37
Show Gist options
  • Save sammacbeth/1235277 to your computer and use it in GitHub Desktop.
Save sammacbeth/1235277 to your computer and use it in GitHub Desktop.
Script to wrap presage2 CLI operations.
#!/bin/sh
mvn exec:java -Dexec.mainClass="uk.ac.imperial.presage2.core.cli.Presage2CLI" -Dexec.args="$*" --quiet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment