mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
5 lines
48 B
Bash
Executable file
5 lines
48 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. /.gvm/bin/gvm-init.sh
|
|
|
|
spring $*
|