mirror of
https://github.com/luzifer-docker/terraria.git
synced 2024-11-08 20:50:03 +00:00
5 lines
72 B
Bash
5 lines
72 B
Bash
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
|
||
|
echo "$@" >/home/gameserver/terraria_cmd
|