AcceptsFiles AcceptsText Authentication Author Sveinbjorn Thordarson BundledFiles Creator Platypus-5.4.1 DeclareService Overwrite DevelopmentVersion Example ScriptName WordCountService.sh Script #!/bin/sh INPUT=`cat /dev/stdin` LEN=${#INPUT} if [ ! $LEN -gt 0 ]; then exit 0 fi WC=`echo $INPUT | wc -w` echo "ALERT:$WC words|" say "$WC words" DocIconPath Droppable IconPath Identifier org.sveinbjorn.WordCountService InterpreterPath /bin/sh InterpreterArgs Name WordCountService OptimizeApplication InterfaceType None PromptForFileOnLaunch RemainRunning ScriptArgs RunInBackground StatusItemDisplayType Text StatusItemIcon StatusItemTitle MyPlatypusApp StatusItemUseSystemFont Suffixes * TextBackground #ffffff TextFont Monaco TextForeground #000000 TextSize 13 UniformTypes Version 1.0