Created
March 13, 2018 10:15
-
-
Save johnwatsondev/35b22ddfd58c7c941dd17b0f12c09e75 to your computer and use it in GitHub Desktop.
set jet brain server locally
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 | |
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