mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 22:32:28 +00:00
6 lines
64 B
Bash
Executable file
6 lines
64 B
Bash
Executable file
#!/bin/bash
|
|
|
|
. /etc/profile.d/*
|
|
. /.gvm/bin/gvm-init.sh
|
|
|
|
gvm $*
|