1
0
Fork 0
mirror of synced 2024-11-22 08:15:34 -05:00
dotbot/tools/git-submodule/install
2014-08-03 14:46:55 -07:00

12 lines
296 B
Bash
Executable file

#!/usr/bin/env bash
CONFIG="install.conf.json"
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}" $@