update @ Tue 29 Mar 17:06:33 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-03-29 17:06:33 +03:00
parent e164dce5b5
commit 82b3925c6c
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2
2 changed files with 9 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -3,6 +3,8 @@
set -xe
main() {
python3 scripts/blog clean || true
git add -A
git commit -sam "update @ $(date)"
git push -u origin "$(git rev-parse --abbrev-ref HEAD)"