dotfiles/.bin/dotfiles-autoupdate

6 lines
135 B
Bash
Executable File

#!/bin/sh -e
MSG="$(date +"%Y-%m-%d %H:%M") $(uname -s)/$(uname -m)-$(hostname -s)"
conf add -u
conf commit -m "Update $MSG"
conf push