mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 18:42:28 +08:00
3 lines
158 B
Bash
Executable File
3 lines
158 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo 'module.exports = { build_date:"'`date --iso-8601=seconds`'", build_revision: "'`git log -1 --format="%H"`'" };' > services/build.js |