Skip to content

Instantly share code, notes, and snippets.

@kirugan
Created February 21, 2020 14:49
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 kirugan/95efc3842dfa346311898a16892cf7f3 to your computer and use it in GitHub Desktop.
Save kirugan/95efc3842dfa346311898a16892cf7f3 to your computer and use it in GitHub Desktop.
Constantly run GoLand ide after exit (useful after trial period expiration)
#!/bin/bash
while :
do
echo "Starting Goland...";
/Applications/GoLand.app/Contents/MacOS/goland;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment