Update 2024-03-15 07:50 OpenBSD/amd64-x13

This commit is contained in:
c0dev0id
2024-03-15 07:50:46 +01:00
parent b50347b2e7
commit 1c3503910e
3 changed files with 5 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#!/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
dotfiles add -u
dotfiles commit -m "Update $MSG"
dotfiles push