Skip to content

Instantly share code, notes, and snippets.

@kirugan
Created February 21, 2020 14:49
Show Gist options
  • Select an option

  • Save kirugan/95efc3842dfa346311898a16892cf7f3 to your computer and use it in GitHub Desktop.

Select an option

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