From 894b183de2715de2b7328852b406d5984f06adc6 Mon Sep 17 00:00:00 2001 From: Ain Date: Sat, 11 Nov 2017 23:06:49 +0000 Subject: [PATCH] Replace GNU-specific `date` invocation --- newpost.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newpost.sh b/newpost.sh index c20df0f..e77668f 100755 --- a/newpost.sh +++ b/newpost.sh @@ -1,6 +1,6 @@ #! /bin/bash -date=$(date --rfc-3339=date) +date=$(date +%Y-%m-%d) title= author=