From 5b798cae987643e9e51b10b5546c9f14bfd5c179 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 14 Feb 2023 10:54:34 +0500 Subject: [PATCH] mute rm output --- roadhfeshen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadhfeshen.sh b/roadhfeshen.sh index 0e23d66..e01a91e 100755 --- a/roadhfeshen.sh +++ b/roadhfeshen.sh @@ -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)