mirror of
https://github.com/zadam/trilium.git
synced 2024-12-27 18:32:23 +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
|