This commit is contained in:
2025-04-25 20:50:51 +02:00
parent 9bb6711c8e
commit 9924a9de3f
7 changed files with 10 additions and 0 deletions

7
compile.sh Executable file
View File

@@ -0,0 +1,7 @@
for entry in notes/*
do
echo $entry
git log --follow --format=%ad --date=format:'%Y-%m-%d' -- $entry
echo $test
done