SHOW:
|
|
- or go back to the newest paste.
| 1 | - | osascript -e "tell app \"Finder\" to activate" -e "tell app \"Finder\" to display alert \"Ahoj\" " ; open /Applications/Messages.app |
| 1 | + | osascript -e 'tell app "Finder" to activate' -e 'tell app "Finder" to display alert "Ahoj" ' ; open /Applications/Messages.app |