Update sync script

This commit is contained in:
Nico Schottelius 2017-11-25 23:03:30 +01:00
parent a5ac357f75
commit 78a98083f8
2 changed files with 4 additions and 3 deletions

View File

@ -4,13 +4,14 @@ set -e
for repo in ~/.ctt \
~/vcs/notes/ \
~/vcs/ungleich-administrativ/ \
~/vcs/mindmap/ \
~/vcs/ungleich-administrativ/ \
~/.password-store \
; do
echo $repo
cd $repo
git add .
git commit -m "updated by $0"
git commit -m "updated by $0" || true
git pull
git push
done

2
x-auto
View File

@ -5,7 +5,7 @@ if [ "$#" -lt 1 ]; then
set -- "$@" above
fi
primary=eDP-1
primary=eDP1
# position: something xrandr understands
position=$1; shift