mirror of
https://github.com/zadam/trilium.git
synced 2025-09-12 01:25:14 +08:00
3 lines
No EOL
156 B
Bash
Executable file
3 lines
No EOL
156 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
echo 'module.exports = { buildDate:"'`date --iso-8601=seconds`'", buildRevision: "'`git log -1 --format="%H"`'" };' > services/build.js |