Last active
April 27, 2021 13:34
-
-
Save mikeacjones/8f652d7cc3917e55aa61e1fdada2de9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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