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