add name of tomorrow

This commit is contained in:
fred 2021-08-01 20:38:39 +02:00
parent 8d2fee65ab
commit 1c5b52c770
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function splitweek()
s=${s#*"$delimiter"};
done;
# declare -p array
echo "${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\/\'/g | sed s/\…/./g | sed s/\/./g
echo "$1${array[$2]}" | awk -F "$DEND" '{print $1}' | sed s/\/\'/g | sed s/\…/./g | sed s/\/./g
}
#read