Just more beautiful "Done" message
This commit is contained in:
parent
94c9688e27
commit
1553e2b392
1 changed files with 5 additions and 2 deletions
5
build.sh
5
build.sh
|
@ -116,9 +116,12 @@ rm -rf backend reqwest4j
|
||||||
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
echo '*** **** ***'
|
echo '*** ************** ***'
|
||||||
echo '*** DONE ***'
|
echo '*** DONE ***'
|
||||||
|
echo '*** ************** ***'
|
||||||
|
|
||||||
title 'You need these files:'
|
title 'You need these files:'
|
||||||
|
|
||||||
for f in "piped.jar" "config.properties"
|
for f in "piped.jar" "config.properties"
|
||||||
do
|
do
|
||||||
echo " $(readlink -f "$f")"
|
echo " $(readlink -f "$f")"
|
||||||
|
|
Loading…
Reference in a new issue