mirror of
https://github.com/ben-grande/qusal.git
synced 2025-05-31 20:14:43 -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
|