Files
neocities/compile.sh
2025-04-25 20:50:51 +02:00

8 lines
125 B
Bash
Executable File

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