mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 14:24:28 +00:00
7 lines
No EOL
132 B
Bash
Executable file
7 lines
No EOL
132 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
distro=$(cat /etc/os-release | grep -E "^ID=" | cut -d= -f2 | sed -e 's/"//g')
|
|
|
|
"$(dirname "$0")/${distro}/$1".sh |