.files/update_dotdrop.sh
2017-12-30 12:31:57 +01:00

11 lines
179 B
Bash
Executable file

#!/bin/bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
cd $SCRIPTPATH
git submodule foreach git pull origin master
git add dotdrop
git commit -m 'update dotdrop'
git push