mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-12 19:22:16 -04:00
9 lines
168 B
Bash
Executable file
9 lines
168 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2022 unman <unman@thirdeyesecurity.org>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
set -eu
|
|
|
|
exec socat STDIO TCP:localhost:22
|