mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
3 lines
156 B
Bash
3 lines
156 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
echo 'module.exports = { buildDate:"'`date --iso-8601=seconds`'", buildRevision: "'`git log -1 --format="%H"`'" };' > services/build.js
|