mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
3 lines
47 B
Plaintext
3 lines
47 B
Plaintext
|
#!/bin/sh
|
||
|
exec socat STDIO TCP:localhost:22000
|