This commit is contained in:
fred 2022-12-07 15:39:00 +01:00
parent ef827827a4
commit e9ab248755
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ cat ${ZFILE} >> ${MY_PATH}/tmp/http.${MOATS}
# NETCAT PUBLISH port=33102
[[ $XDG_SESSION_TYPE != 'x11' ]] \
&& "33102 LOADING" && cat ${MY_PATH}/tmp/http.${MOATS} | nc -l -p 33102 -q 1 > /dev/null 2>&1 \
&& 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}"