diff options
Diffstat (limited to 'tools/get_current_time.sh')
| -rwxr-xr-x | tools/get_current_time.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/get_current_time.sh b/tools/get_current_time.sh index 26a25d8..70752eb 100755 --- a/tools/get_current_time.sh +++ b/tools/get_current_time.sh @@ -4,8 +4,7 @@ set -e # @describe Get the current time. main() { - date + date >> "$LLM_OUTPUT" } eval "$(argc --argc-eval "$0" "$@")" - |
