mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
7 lines
64 B
Bash
Executable File
7 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
. /etc/profile.d/*
|
|
. /.gvm/bin/gvm-init.sh
|
|
|
|
gvm $*
|