Between humanity and computer
on run ARGV tell application "Finder" activate set msg to item 1 of argv display dialog msg end tellend run
chmod +x alert.applescript
osascript alert.applescript "Hello world"