From 84d8ab11b3406cfa1e77360409bd98ad2d3e5be7 Mon Sep 17 00:00:00 2001 From: Thomas Constans Date: Tue, 22 Jun 2021 12:02:29 +0200 Subject: [PATCH] typo --- script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.sh b/script.sh index e20d99d..10db36a 100644 --- a/script.sh +++ b/script.sh @@ -13,4 +13,4 @@ cd /tmp/$(hostname -s) mkdir -p $today $tmrw $ytd # ou en une seule ligne: -mkdir -p /tmp/$(hostname -s)/{$(($(date "+%d")-1)),$(($(date "+%d")-2)),$(date "+%d")} \ No newline at end of file +mkdir -p /tmp/$(hostname -s)/{$(($(date "+%d")-1)),$(($(date "+%d")+1)),$(date "+%d")} \ No newline at end of file