Skip to content

Instantly share code, notes, and snippets.

@MLKrisJohnson
Last active November 18, 2019 12:53
Show Gist options
  • Save MLKrisJohnson/ca7d05b8381ebd545a81f26ddef6bc99 to your computer and use it in GitHub Desktop.
Save MLKrisJohnson/ca7d05b8381ebd545a81f26ddef6bc99 to your computer and use it in GitHub Desktop.
Disconnect and reconnect all Viscosity connections
#!/usr/bin/osascript
tell application "Viscosity"
activate
display notification "Disconnecting Viscosity"
disconnectall
delay 5
display notification "Reconnecting Viscosity"
connectall
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment