move to vendor
This commit is contained in:
10
vendor/pygments/tests/examplefiles/pppoe.applescript
vendored
Normal file
10
vendor/pygments/tests/examplefiles/pppoe.applescript
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
tell application "System Events"
|
||||
tell network preferences
|
||||
tell current location
|
||||
set aPPPoEService to a reference to (first service whose kind is 10)
|
||||
if exists aPPPoEService then
|
||||
connect aPPPoEService
|
||||
end if
|
||||
end tell
|
||||
end tell
|
||||
end tell
|
||||
Reference in New Issue
Block a user