64gram-desktop/socat-server.sh

3 lines
83 B
Bash
Raw Normal View History

2023-10-04 01:14:27 +05:00
#!/bin/bash
socat UNIX-LISTEN:/tmp/xdg-open.socket,fork EXEC:"xargs -n 1 xdg-open"