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 | |
} |
you need to put this to your .zshrc file in your home directory, then do 'source .zshrc' then call by typing command 'studio3t' on your command line (you need to install zsh first)
try, but not works with new versions of studio-3t
Any updated script?
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
Hi!
Would you mind explaining how to execute this function? The file should be in any specific folder?
Thanks :)