cdotfis-mac/install.sh

6 lines
150 B
Bash

#!/usr/bin/env bash
git submodule foreach git pull
git commit -m "Update sadedot submodule" sadedot
git push
source sadedot/scripts/bootstrap.sh "$@"