mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
3 lines
53 B
Bash
Executable file
3 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
# Display the time in UTC
|
|
date -u +%H:%M
|