mute rm output
This commit is contained in:
parent
382001ca80
commit
5b798cae98
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user