mirror of
https://github.com/gunchev/home_bin.git
synced 2025-11-20 12:15:46 +00:00
4 lines
55 B
Bash
Executable file
4 lines
55 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -x
|
|
date '+%Y-%m-%d %H:%M:%S %z %Z' "$@"
|