Skip to content

Instantly share code, notes, and snippets.

@skyllo
Created November 13, 2012 14:07
Show Gist options
  • Save skyllo/4065931 to your computer and use it in GitHub Desktop.
Save skyllo/4065931 to your computer and use it in GitHub Desktop.
Shell Scripts
find . -name 'core.*' | xargs rm
#!/bin/sh
DIR=`dirname $0`
java -jar -Xmx1024m $DIR/myjar.jar $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment