6 lines
89 B
Markdown
6 lines
89 B
Markdown
|
Here is an example of AppleScript:
|
||
|
|
||
|
tell application "Foo"
|
||
|
beep
|
||
|
end tell
|