Initial Commit

This commit is contained in:
2021-03-01 09:11:22 -08:00
commit e8df2f4afc
6 changed files with 212 additions and 0 deletions

5
test.scpt Normal file
View File

@@ -0,0 +1,5 @@
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