spigot-docker/cmd

11 lines
161 B
Plaintext
Raw Normal View History

2024-09-12 20:16:59 +02:00
#!/usr/bin/env bash
set -euo pipefail
## CONSTANTS ##
readonly SERVER_FD_DIR="/opt/spigot-fd"
## APPEND TO STDIN FD ##
echo "$@" >> "${SERVER_FD_DIR}/stdin"