Skip to content

Instantly share code, notes, and snippets.

@andypiper
Created May 31, 2012 14:58
Show Gist options
  • Save andypiper/2843963 to your computer and use it in GitHub Desktop.
Save andypiper/2843963 to your computer and use it in GitHub Desktop.
start wrapper for IBM ia92 MQTT client on OS X
#!/bin/sh
java -Dapple.laf.useScreenMenuBar=true -Dswing.defaultlaf=com.apple.laf.AquaLookAndFeel -Xdock:name="WMQTT Utility" -Xdock:icon=mqtticon-vlarge.png -jar wmqttSample.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment