mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
3 lines
55 B
Text
3 lines
55 B
Text
#!/bin/sh
|
|
exec 2>&1
|
|
exec socat - TCP4-LISTEN:6701,fork
|