3 lines
83 B
Bash
Executable File
3 lines
83 B
Bash
Executable File
#!/bin/bash
|
|
socat UNIX-LISTEN:/tmp/xdg-open.socket,fork EXEC:"xargs -n 1 xdg-open"
|