1
0
Fork 0
mirror of synced 2024-07-01 21:21:08 -04:00
dotbot/tools/git-submodule/install

15 lines
308 B
Plaintext
Raw Normal View History

2015-06-14 13:41:12 -04:00
#!/usr/bin/env sh
2014-03-20 17:42:37 -04:00
set -e
CONFIG="install.conf.yaml"
2014-03-20 17:42:37 -04:00
DOTBOT_DIR="dotbot"
DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
git submodule update --init --recursive "${DOTBOT_DIR}"
2014-03-20 17:42:37 -04:00
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"