ambevar-dotfiles/.local/bin/guix-upgrade

9 lines
169 B
Plaintext
Raw Normal View History

2018-09-25 11:54:21 +02:00
#!/bin/sh
cd ~/.cache/guix/pull
cd "$(ls -1)"
git fetch
git merge origin/master
guix pull --commit=$(git log --until=yesterday -n 1 --format=%H)
guix package --upgrade