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
|
input=ramadan.png
|
||||||
output=ramadan_added.png
|
output=ramadan_added.png
|
||||||
source .env
|
source .env
|
||||||
rm $output > /dev/null
|
rm $output > /dev/null 2>&1
|
||||||
|
|
||||||
# Get today's date in seconds since the epoch
|
# Get today's date in seconds since the epoch
|
||||||
today=$(date +%s)
|
today=$(date +%s)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user