#!/bin/bash if [ ! "$1" == "" ]; then source /tmp/dist/$1 shift FUNC=$1 shift ${FUNC} $* fi