mklive/mklive

12 lines
174 B
Plaintext
Raw Permalink Normal View History

2018-05-21 12:41:52 +00:00
#!/bin/bash
export WORKDIR="."
export MKLIVE=$(dirname $0)
[ -n "$1" ] || exit 0
SCRIPT=$1
shift
[ -x "${MKLIVE}/scripts/$SCRIPT.sh" ] && ${MKLIVE}/scripts/$SCRIPT.sh $@