This commit is contained in:
0x1eef 2024-04-02 14:54:55 -03:00
parent a7e1b9fe7a
commit 57b79957cc

View file

@ -1,7 +1,7 @@
#!/bin/sh
set -ex
gitdir=$1
umask rwX,g=rwX,o=
umask u=rwX,g=rwX,o=
if [ -e "${gitdir}/.git" ]; then
cd "${gitdir}"
git pull --rebase origin hardenedbsd/main