This commit is contained in:
Emma Tebibyte 2024-01-16 12:21:44 -07:00
parent a5f136faab
commit 07a41820ca
Signed by: emma
GPG Key ID: 06FA419A1698C270

View File

@ -5,7 +5,7 @@ parent=$(dirname "${BASH_SOURCE[0]}")
cd $parent; cd ../../../ cd $parent; cd ../../../
directory=$(pwd -P) directory=$(pwd -P)
today=`date "+%Y-%m-%d"` today="$(date "+%Y-%m-%d")"
echo -e "Date: $today\n" echo -e "Date: $today\n"