From 3b1f8a887c407c928441949a67e452bb69e75e04 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Tue, 13 Oct 2015 20:24:24 +0200 Subject: [PATCH] Add AppleScript category and entry --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 43a057a..364723d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Passwords](#passwords) - [Wiping Data](#wiping-data) - [System](#system) + - [AppleScript](#applescript) - [Basics](#basics) - [Clipboard](#clipboard) - [FileVault](#filevault) @@ -453,6 +454,13 @@ srm -rf /path/to/complete/destruction ## System +### AppleScript + +#### Execute AppleScript +```bash +osascript /path/to/script.scpt +```` + ### Basics #### Restart