aboutsummaryrefslogtreecommitdiffstats
path: root/tools/get_current_time.sh
blob: 70752eb4a99a2b92da1154529e69cf034afc742c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
set -e

# @describe Get the current time.

main() {
    date >> "$LLM_OUTPUT"
}

eval "$(argc --argc-eval "$0" "$@")"