mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-15 15:08:27 +02:00
Merge pull request #956 from bhargavgv/patch-1
Add AppleScript "delay" command
This commit is contained in:
commit
79f35133f0
@ -57,3 +57,10 @@ beep
|
||||
-- beep 10 times
|
||||
beep 10
|
||||
```
|
||||
|
||||
### Delay
|
||||
|
||||
```applescript
|
||||
-- delay for 5 seconds
|
||||
delay 5
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user