htdocs/commits.sh
DeaDvey a63e9f3758 added recent commits histroy on home page and QOL upgrades
TODO: Make all webpages use wholy nodejs to load elements onto it rather than client side javascript whcih can be goofy in lynx
2024-01-08 18:07:16 +00:00

6 lines
121 B
Bash
Executable File

commits=$(git log --pretty=format:"%s -- %an (%ad)<br/>" -10)
echo 'let commits = `'$commits'`' > recent-commits.js