mute rm output

This commit is contained in:
Shihaam Abdul Rahman 2023-02-14 10:54:34 +05:00
parent 382001ca80
commit 5b798cae98
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -4,7 +4,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1
input=ramadan.png
output=ramadan_added.png
source .env
rm $output > /dev/null
rm $output > /dev/null 2>&1
# Get today's date in seconds since the epoch
today=$(date +%s)