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

# @describe Get the current time.

main() {
    date
}

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