mirror of
https://github.com/CerberusV1/minecraft_deploy.git
synced 2026-01-13 03:23:42 +01:00
9 lines
248 B
Bash
9 lines
248 B
Bash
#!/bin/bash
|
|
|
|
# Script in strict mode
|
|
set -eu
|
|
# --------------------------------------------------------------------------
|
|
# Imports
|
|
|
|
# --------------------------------------------------------------------------
|
|
# Beginning Of the Script by cerberus |