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

8 lines
132 B
Bash
Executable File

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