Closed zalim1 closed 11 months ago
You can try replacing every occurrence of [[
and ]]
by [
and ]
in build.sh
.
working now, i had to change: cat ./misc/infos.txt > /tmp/infos_tmp.txt while read -r lines; do if [ "${lines}" == "" ]; then echo -e "\n" >> ./build/mcbash; fi; echo -e "# ${lines}" >> ./build/mcbash; done < /tmp/infos_tmp.txt rm /tmp/infos_tmp.txt
thanks alot.
mkdir -p /usr/local/bin sh build.sh