From 684f4937a48790872c5d8dcf0f1dc21508c079b1 Mon Sep 17 00:00:00 2001 From: void Date: Sat, 24 Feb 2024 11:41:41 +0200 Subject: [PATCH] chore: replace newline with echo More portable across various Linux distributions. --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 4fd73ac..33a394b 100755 --- a/build.sh +++ b/build.sh @@ -2,5 +2,6 @@ clear -echo "\nopen-fx-miner..." +echo +echo "open-fx-miner..." mvn -f ~/git/open-fx-miner clean package -DskipTests