Skip to content

Instantly share code, notes, and snippets.

@hyuki0000
Last active March 11, 2017 06:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyuki0000/3431921d4d43d650ba91305913c54bbf to your computer and use it in GitHub Desktop.
Save hyuki0000/3431921d4d43d650ba91305913c54bbf to your computer and use it in GitHub Desktop.
MacでJavaScript
#! /usr/bin/osascript -l JavaScript
var app = Application("System Events");
app.includeStandardAdditions = true;
app.displayDialog("ダイアログの表示テスト");
undefined
@hyuki0000
Copy link
Author

$ chmod u+x dialog.js
$ ./dialog.js

gyazo_50186

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment