Skip to content

Commit

Permalink
chore: replace newline with echo
Browse files Browse the repository at this point in the history
More portable across various Linux distributions.
  • Loading branch information
algonell committed Feb 24, 2024
1 parent 7fa2292 commit 684f493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@

clear

echo "\nopen-fx-miner..."
echo
echo "open-fx-miner..."
mvn -f ~/git/open-fx-miner clean package -DskipTests

0 comments on commit 684f493

Please sign in to comment.