mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
4 lines
55 B
Text
4 lines
55 B
Text
|
#!/bin/sh
|
||
|
exec 2>&1
|
||
|
exec socat - TCP4-LISTEN:6701,fork
|