Skip to content

Instantly share code, notes, and snippets.

@johnwatsondev
Created March 13, 2018 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnwatsondev/35b22ddfd58c7c941dd17b0f12c09e75 to your computer and use it in GitHub Desktop.
Save johnwatsondev/35b22ddfd58c7c941dd17b0f12c09e75 to your computer and use it in GitHub Desktop.
set jet brain server locally
#!/bin/sh
echo 'start jetbrain local server...'
cd '/DevelopPrograms/IntelliJIDEALicenseServer' && screen -dmS IntelliJIDEALicenseServer -d -m ./IntelliJIDEALicenseServer_darwin_amd64 -p 1024 -u johnwatsondev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment