Created
March 11, 2020 03:50
-
-
Save raicerk/59025a8539e7ac95b46ac850a9e536f0 to your computer and use it in GitHub Desktop.
Run Studio 3T 2019.6.0 on Mac without a license
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
studio3t() { | |
nohup java -XstartOnFirstThread -cp /Applications/Studio\ 3T.app/Contents/Resources/app/data-man-mongodb-ent-2019.6.0.jar t3.dataman.mongodb.app.ad >/dev/null 2>&1 & | |
disown | |
} |
how to download this one? Studio 3T 2019.6.0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any updated script?