Add AppleScript "delay" command

This commit is contained in:
Bhargav GV 2018-12-06 15:35:34 -05:00 committed by GitHub
parent f0705b3a4f
commit 37a09ba016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -57,3 +57,10 @@ beep
-- beep 10 times
beep 10
```
### Delay
```applescript
-- delay for 5 seconds
delay 5
```