Add AppleScript category and entry
This commit is contained in:
parent
29eac6d7e4
commit
3b1f8a887c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user