blob: ac3ccae3954acf014f4d7df13a80dab74e3ea8f3 [file]
#!/bin/sh
set -e
if [ "$#" -eq 0 ]; then
set -- thrift
elif [ "${1#-}" != "$1" ]; then
set -- thrift "$@"
fi
exec "$@"