AcceptsFiles AcceptsText Authentication Author Sveinbjorn Thordarson BundledFiles Creator Platypus-5.4.1 DeclareService Overwrite DevelopmentVersion Example ScriptName AdminPrivilegesDemo.sh Script #!/bin/sh echo "This demo shows execution using admin privileges by creating a file in /etc/" echo "Running command /usr/bin/touch /etc/admin_priv_demo_testfile" /usr/bin/touch /etc/admin_priv_demo_testfile echo "Return code: $?" echo "Running command /bin/test -e touch /etc/admin_priv_demo_testfile" /bin/test -e /etc/admin_priv_demo_testfile echo "Return code: $?" DocIconPath Droppable IconPath Identifier org.sveinbjorn.AdminPrivilegesDemo InterfaceType Text Window InterpreterArgs InterpreterPath /bin/sh Name AdminPrivilegesDemo OptimizeApplication PromptForFileOnLaunch RemainRunning ScriptArgs RunInBackground StatusItemDisplayType Text StatusItemIcon StatusItemIconIsTemplate StatusItemTitle MyPlatypusApp StatusItemUseSystemFont Suffixes TextBackground #ffffff TextFont Monaco TextForeground #000000 TextSize 13 UniformTypes Version 1.0