mklive/mklive
2018-05-21 14:41:52 +02:00

11 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 $@