.files/update_dotdrop.sh

11 lines
179 B
Bash
Raw Permalink Normal View History

2017-12-25 16:35:45 +00:00
#!/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