From 104ec1cb8a28bfa09d9d6ff4a64a906f048239e4 Mon Sep 17 00:00:00 2001 From: teldra Date: Sun, 26 Jun 2022 18:35:58 +0200 Subject: [PATCH] small fixes --- content/posts/2022-06-26-blubbi-blub/index.de.md | 5 ----- push.sh | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 content/posts/2022-06-26-blubbi-blub/index.de.md diff --git a/content/posts/2022-06-26-blubbi-blub/index.de.md b/content/posts/2022-06-26-blubbi-blub/index.de.md deleted file mode 100644 index edbbc69..0000000 --- a/content/posts/2022-06-26-blubbi-blub/index.de.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -title: "Blubbi blub" -date: 2022-06-26T16:21:00+02:00 ---- -Blubbi blub blub \ No newline at end of file diff --git a/push.sh b/push.sh index 382584e..c68a13d 100755 --- a/push.sh +++ b/push.sh @@ -1,9 +1,10 @@ #!/bin/bash +date="$(date +%Y-%m-%d)-test" + if ! git switch "${date}"; then git switch -c "${date}" fi -date="$(date +%Y-%m-%d)-test" changedfiles=$(git diff --name-status|awk '{print $2}') set -x