summaryrefslogtreecommitdiff
path: root/tools/git-submodule/install
blob: c60029d28055856962b638fc2b3726bfd6029817 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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}" $@