Add AppleScript "delay" command
This commit is contained in:
parent
f0705b3a4f
commit
37a09ba016
|
@ -57,3 +57,10 @@ beep
|
||||||
-- beep 10 times
|
-- beep 10 times
|
||||||
beep 10
|
beep 10
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Delay
|
||||||
|
|
||||||
|
```applescript
|
||||||
|
-- delay for 5 seconds
|
||||||
|
delay 5
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue