add $si command

This commit is contained in:
Martin Michelsen
2023-12-23 10:23:40 -08:00
parent cf7c4674d6
commit 3823fc94f1
12 changed files with 89 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
#pragma once
#include <stdint.h>
extern const char* GIT_REVISION_HASH;
extern const uint64_t BUILD_TIMESTAMP;