mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-27 08:25:35 -04:00
9 lines
171 B
Bash
9 lines
171 B
Bash
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2022 unman <unman@thirdeyesecurity.org>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
set -eu
|
|
|
|
exec socat STDIO TCP:localhost:22000
|