Skip to content

Instantly share code, notes, and snippets.

@mismatch
Created July 21, 2013 09:48
Show Gist options
  • Save mismatch/6048093 to your computer and use it in GitHub Desktop.
Save mismatch/6048093 to your computer and use it in GitHub Desktop.
Simple shell script to run Java app
#!/bin/sh
java -server -jar /usr/local/bin/dropwizard-test-rest.jar server /usr/local/etc/RestServiceConfig.yml &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment