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