Skip to content

Instantly share code, notes, and snippets.

@kowey
Created March 29, 2013 18:17
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 kowey/5272552 to your computer and use it in GitHub Desktop.
Save kowey/5272552 to your computer and use it in GitHub Desktop.
#!/bin/bash
pushd $(dirname $0) > /dev/null
SCRIPT_DIR=$PWD
popd > /dev/null
java\
-Dapple.laf.useScreenMenuBar=true\
-Dcom.apple.mrj.application.apple.menu.about.name=Glozz\
-jar "$SCRIPT_DIR"/glozz-platform.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment