Skip to content

Instantly share code, notes, and snippets.

@herberthamaral
Created June 9, 2014 12:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save herberthamaral/6d6187a7515500d34a3c to your computer and use it in GitHub Desktop.
Save herberthamaral/6d6187a7515500d34a3c to your computer and use it in GitHub Desktop.
duke.sh
#!/bin/bash
export CLASSPATH=$CLASSPATH:.:./duke-1.2.jar:./lucene-core-4.0.0.jar:./lucene-analyzers-common-4.0.0.jar
java no.priv.garshol.duke.Duke "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment