mklive/mklive

12 lines
174 B
Bash
Executable File

#!/bin/bash
export WORKDIR="."
export MKLIVE=$(dirname $0)
[ -n "$1" ] || exit 0
SCRIPT=$1
shift
[ -x "${MKLIVE}/scripts/$SCRIPT.sh" ] && ${MKLIVE}/scripts/$SCRIPT.sh $@