diff options
Diffstat (limited to 'tools/get_current_time.sh')
| -rwxr-xr-x | tools/get_current_time.sh | 2 |
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" } |
