scpt/test.scpt

5 lines
307 B
Plaintext
Raw Normal View History

2021-03-01 17:11:22 +00:00
set y to (displaydialog with text "Hello" with title 12 with type "yesno")
displaydialog with text "Goodbye" with title 21 with type "error"
doshellscript with content "notify-send Test Notification"
set g to (displaydialog with text "Test 2" with title 30 with type "entry" with default "text")
set x to $g