a63e9f3758
TODO: Make all webpages use wholy nodejs to load elements onto it rather than client side javascript whcih can be goofy in lynx
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
commits=$(git log --pretty=format:"%s -- %an (%ad)<br/>" -10)
|
|
|
|
echo 'let commits = `'$commits'`' > recent-commits.js
|
|
|
|
|