From 7d9e1eaa400106eac0a498b662d7b379d325595d Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Thu, 20 Oct 2022 21:03:54 -0500 Subject: [PATCH] Print when process ends --- build_revanced.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_revanced.sh b/build_revanced.sh index 9989d47..48ba6b8 100755 --- a/build_revanced.sh +++ b/build_revanced.sh @@ -224,3 +224,5 @@ find ./archive -maxdepth 1 -type f -printf '%Ts\t%P\n' \ | cut -f2- \ | xargs -r -I {} rm "./archive/{}" find ./logs -mtime +7 -exec rm {} \; + +echo "Done!"$'\n'"************************************" \ No newline at end of file