Created
March 15, 2022 21:45
-
-
Save jhirbour/b7c56d31de84fc419c36c861d71076a7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
MyShellVar=$(ls /tmp) | |
/usr/bin/osascript << EOF | |
set MyApplVar to do shell script "echo '$1'" | |
tell application "Finder" | |
activate | |
set result to display dialog MyApplVar buttons {"OK", "OK2"} default button "OK" | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment