summaryrefslogtreecommitdiff
path: root/scripts/xrepo.sh
blob: 8d745562e69dfed21305551ac768628adc90889b (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
BASEDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -f "$BASEDIR/xmake" ]; then
    $BASEDIR/xmake lua private.xrepo "$@"
else
    xmake lua private.xrepo "$@"
fi