From 6030fd4d3d1599c9754a1847f8f41630f9f01105 Mon Sep 17 00:00:00 2001 From: gutmet Date: Wed, 21 Oct 2020 15:09:49 +0200 Subject: [PATCH] add standard timestamps --- stamp | 3 +++ ustamp | 3 +++ 2 files changed, 6 insertions(+) create mode 100755 stamp create mode 100755 ustamp diff --git a/stamp b/stamp new file mode 100755 index 0000000..72d339b --- /dev/null +++ b/stamp @@ -0,0 +1,3 @@ +#!/bin/bash + +date +"%F %T" diff --git a/ustamp b/ustamp new file mode 100755 index 0000000..b44dbd9 --- /dev/null +++ b/ustamp @@ -0,0 +1,3 @@ +#!/bin/bash + +date -u +"%F %T"