aboutsummaryrefslogtreecommitdiffstats
path: root/tools/get_current_time.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/get_current_time.sh')
-rwxr-xr-xtools/get_current_time.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/get_current_time.sh b/tools/get_current_time.sh
index 70752eb..1d1bc84 100755
--- a/tools/get_current_time.sh
+++ b/tools/get_current_time.sh
@@ -3,6 +3,8 @@ set -e
# @describe Get the current time.
+# @env LLM_OUTPUT=/dev/stdout The output path
+
main() {
date >> "$LLM_OUTPUT"
}