From 1dd3124a9770e11b6684e5dd1e6bc15a0aa3bc67 Mon Sep 17 00:00:00 2001 From: "Matth?us G. Chajdas" Date: Sun, 10 Nov 2019 13:56:53 +0100 Subject: Remove all files, redirect to GitHub. --- tests/examplefiles/pppoe.applescript | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tests/examplefiles/pppoe.applescript (limited to 'tests/examplefiles/pppoe.applescript') diff --git a/tests/examplefiles/pppoe.applescript b/tests/examplefiles/pppoe.applescript deleted file mode 100644 index 4cb380e5..00000000 --- a/tests/examplefiles/pppoe.applescript +++ /dev/null @@ -1,10 +0,0 @@ -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 -- cgit v1.2.1