7 lines
81 B
Bash
Executable File
7 lines
81 B
Bash
Executable File
# Prints the current time in UTC.
|
|
|
|
run_segment() {
|
|
date -u +"%H:%M"
|
|
return 0
|
|
}
|