This website requires JavaScript.
Explore
Help
Sign In
dockerfiles
/
64gram-desktop
Watch
1
Star
0
Fork
0
You've already forked 64gram-desktop
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
64gram-desktop
/
socat-server.sh
3 lines
83 B
Bash
Raw
Normal View
History
Unescape
Escape
socat server
2023-10-04 01:14:27 +05:00
#!/bin/bash
got rid of tcp, instead using unix sockets
2023-10-04 01:36:53 +05:00
socat UNIX-LISTEN:/tmp/xdg-open.socket,fork EXEC:
"xargs -n 1 xdg-open"
Reference in New Issue
Copy Permalink