mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-28 16:17:14 -05:00
10 lines
168 B
Plaintext
10 lines
168 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
# SPDX-FileCopyrightText: 2022 unman <unman@thirdeyesecurity.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
exec socat STDIO TCP:localhost:22
|