Created
March 5, 2010 13:56
-
-
Save Lizdo/322736 to your computer and use it in GitHub Desktop.
This file contains 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
on idle | |
tell application "System Events" | |
tell current location of network preferences | |
set myConnection to the service "VPN (PPTP)" | |
if current configuration of myConnection is not connected then | |
connect myConnection | |
end if | |
end tell | |
return 120 | |
end tell | |
end idle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment