mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
3 lines
152 B
Bash
3 lines
152 B
Bash
#!/usr/bin/env bash
|
|
|
|
echo 'export = { buildDate:"'`date --iso-8601=seconds`'", buildRevision: "'`git log -1 --format="%H"`'" };' > src/services/build.ts |