small fixes

This commit is contained in:
teldra 2022-06-26 18:35:58 +02:00
parent b4d90a5d8c
commit 104ec1cb8a
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
title: "Blubbi blub"
date: 2022-06-26T16:21:00+02:00
---
Blubbi blub blub

View File

@ -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