From a6c9f0650d082141393421ce10634ec69743ff05 Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 23 Oct 2025 09:18:17 +0200 Subject: [PATCH] Add bin/hoy --- bin/hoy | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/hoy diff --git a/bin/hoy b/bin/hoy new file mode 100644 index 0000000..97b4147 --- /dev/null +++ b/bin/hoy @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -e +set -u +set -o pipefail + +echo -n "$(date '+%Y-%m-%d')"