From 1553e2b3920ac2b132abd3670ce5e76dc50e4971 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 3 Jul 2023 14:27:16 +0400 Subject: [PATCH] Just more beautiful "Done" message --- build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index e338ca7..c675eb6 100755 --- a/build.sh +++ b/build.sh @@ -116,9 +116,12 @@ rm -rf backend reqwest4j # --- -echo '*** **** ***' -echo '*** DONE ***' +echo '*** ************** ***' +echo '*** DONE ***' +echo '*** ************** ***' + title 'You need these files:' + for f in "piped.jar" "config.properties" do echo " $(readlink -f "$f")"