Authentication Author Sveinbjorn Thordarson BundledFiles Creator Platypus-5.4.1 Overwrite DevelopmentVersion Example ScriptName MacbethMenu.pl Script #!/usr/bin/perl # If 0 arguments, we show menu if (!scalar(@ARGV)) { print "Life's but a walking shadow, a poor player\n"; print "That struts and frets his hour upon the stage\n"; print "And then is heard no more.\n"; } else { # We get the menu title as an argument # and feed it to the Mac OS X voice synthesizer system("/usr/bin/say \"$ARGV[0]\""); } DocIconPath Droppable IconPath Identifier org.sveinbjorn.MacbethMenu InterpreterPath /usr/bin/perl Name MacbethMenu OptimizeApplication InterfaceType Status Menu InterpretarArgs RemainRunning RunInBackground StatusItemDisplayType Text StatusItemIcon StatusItemTitle Macbeth Suffixes TextBackground #ffffff TextFont Monaco TextForeground #000000 TextSize 10 Version 1.0