Merge branch 'master' of github.com:aarongut/dotfiles

This commit is contained in:
Aaron Gutierrez
2018-03-03 19:57:16 +00:00

View File

@@ -1,4 +1,7 @@
#!/bin/bash
set -e
git pull origin master;
git submodule init;
git submodule sync;