1
0
Fork 0
mirror of synced 2024-06-02 23:41:09 -04:00
dotbot/tools/git-submodule/install
2014-03-20 21:59:23 -04:00

13 lines
288 B
Bash
Executable file

#!/bin/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}" $@