Skip to content

Instantly share code, notes, and snippets.

@Superbil
Last active August 29, 2015 14:20
Show Gist options
  • Save Superbil/7d3efa65f88d974de710 to your computer and use it in GitHub Desktop.
Save Superbil/7d3efa65f88d974de710 to your computer and use it in GitHub Desktop.
Run JOSM from xcrun
#!/usr/bin/env bash
BUNDLE_PATH=$(dirname $0)/..
xcrun java -jar "$BUNDLE_PATH/Java/josm-snapshot-8279.jar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment