#!/usr/bin/env bash /usr/bin/env php-cli -v &> /dev/null if [ "$?" = 0 ] ; then /usr/bin/env php-cli drush.php else /usr/bin/env php drush.php fi