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