Skip to content

Instantly share code, notes, and snippets.

@mikeacjones
Last active April 27, 2021 13:34
Show Gist options
  • Save mikeacjones/8f652d7cc3917e55aa61e1fdada2de9d to your computer and use it in GitHub Desktop.
Save mikeacjones/8f652d7cc3917e55aa61e1fdada2de9d to your computer and use it in GitHub Desktop.
#!/bin/sh
# ASSIGN ENVIRONMENT VARIABLES HERE
export securePropertiesKey=123
export keyOne=123
export keyTwo=123
# DO NOT EDIT BELOW
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
open -a "/Applications/AnypointStudio.app" --args -data $SCRIPTPATH
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment