#!/bin/bash [[ $1 = -d ]] && exit 0 type -P busybox >/dev/null || exit 1 exit 255