Skip to content

Instantly share code, notes, and snippets.

@nurrony
Created March 7, 2020 07:09
Show Gist options
  • Save nurrony/523b3a0e350a9bcb7439cac1009f5bfa to your computer and use it in GitHub Desktop.
Save nurrony/523b3a0e350a9bcb7439cac1009f5bfa to your computer and use it in GitHub Desktop.
Run Studio 3T 2019.6.0 on Mac without a license
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
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment