#!/bin/sh if [ -x /usr/bin/flaggie ]; then echo "true" else echo "false" fi