This commit is contained in:
parent
01a60fd358
commit
b335860b4c
@ -45,7 +45,7 @@ echo "$txtofus" | rev
|
|||||||
# LISTEN
|
# LISTEN
|
||||||
listen_fun () {
|
listen_fun () {
|
||||||
PORTA="8888"
|
PORTA="8888"
|
||||||
PROGRAMA="/root/server.sh"
|
PROGRAMA="/bin/http-server.sh"
|
||||||
while true; do
|
while true; do
|
||||||
nc.traditional -l -p "$PORTA" -e "$PROGRAMA"
|
nc.traditional -l -p "$PORTA" -e "$PROGRAMA"
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user