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