stardew-multiplayer-docker/docker/start.sh

9 lines
226 B
Bash
Raw Normal View History

2024-04-29 02:19:57 +00:00
#!/bin/bash
# Used only on STEAM DOCKERFILE
# Steam Version doesn't have a proper SH start File
# and we require on to execute properly on xterm
echo "Running Stardew Valley"
cd "${GAME_PATH}"
chmod +x *
./"StardewValley"