1
0
Fork 0
mirror of synced 2024-06-30 04:31:09 -04:00
dotbot/tools/git-submodule/install
2015-06-14 13:41:12 -04:00

15 lines
308 B
Bash
Executable file

#!/usr/bin/env sh
set -e
CONFIG="install.conf.yaml"
DOTBOT_DIR="dotbot"
DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git submodule update --init --recursive "${DOTBOT_DIR}"
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"