Dropping 33102 to loop back into 33101 listening

This commit is contained in:
fred 2023-02-23 19:31:51 +01:00
parent 125ff2ec67
commit 09e3ab20b5
1 changed files with 2 additions and 2 deletions

View File

@ -239,8 +239,8 @@ cat ${ZFILE} >> ${MY_PATH}/tmp/http.${MOATS}
# NETCAT PUBLISH port=33102
[[ $XDG_SESSION_TYPE != 'x11' ]] \
&& echo "33102 LOADING" && cat ${MY_PATH}/tmp/http.${MOATS} | nc -l -p 33102 -q 1 > /dev/null 2>&1 \
&& echo "DELIVERED ${MOATS} : http://g1billet.localhost:33102"
&& echo "33102 LOADING" && (cat ${MY_PATH}/tmp/http.${MOATS} | nc -l -p 33102 -q 1 > /dev/null 2>&1) &
echo "DELIVERED ${MOATS} : http://g1billet.localhost:33102"
rm -f "${MY_PATH}/tmp/http.${MOATS}"
rm -f "${ZFILE}"