Update 2022-12-08 17:11 OpenBSD/amd64
This commit is contained in:
9
.bin/documents-update
Executable file
9
.bin/documents-update
Executable file
@@ -0,0 +1,9 @@
|
||||
#/bin/sh -xe
|
||||
. ${HOME}/.bin/_config
|
||||
|
||||
cd ${PIMDIR}
|
||||
git add *
|
||||
git commit -am "Update $(date +"%Y-%m-%d %H:%M")"
|
||||
git fetch
|
||||
git rebase origin/main
|
||||
git push
|
||||
Reference in New Issue
Block a user