socat server
This commit is contained in:
4
socat-server.sh
Executable file
4
socat-server.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
XDG_OPEN_LISTENER_PORT-6969
|
||||
|
||||
socat TCP-LISTEN:$XDG_OPEN_LISTENER_PORT,fork EXEC:"xargs -n 1 xdg-open"
|
Reference in New Issue
Block a user