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