mirror of
https://github.com/shokinn/.files.git
synced 2025-01-18 21:22:25 +00:00
11 lines
179 B
Bash
Executable file
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
|