#!/bin/sh
if [ "$1" = "-name" ]; then
		shift
		shift
fi
"$@" &
