mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
10 lines
105 B
Markdown
10 lines
105 B
Markdown
---
|
|
title: AppleScript
|
|
---
|
|
|
|
Running
|
|
|
|
osascript -e "..."
|
|
|
|
display notification "X" with title "Y"
|