mirror of
https://github.com/luzifer-docker/terraria.git
synced 2024-11-08 12:40:02 +00:00
4 lines
72 B
Bash
Executable file
4 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
echo "$@" >/home/gameserver/terraria_cmd
|