Skip to content

Instantly share code, notes, and snippets.

View huserg's full-sized avatar
🏍️
(isset(status)) ? status.display() : status.ask();

Huser Gaétan huserg

🏍️
(isset(status)) ? status.display() : status.ask();
View GitHub Profile
@huserg
huserg / minecraftServerLaunch.py
Created October 14, 2019 18:39
Minecraft server launch python script
#!/usr/bin/env python
import os
import sys
u_id = 1000
ram = "8"
minimum_ram = "8"
screen_name = "FaFIndustriesMinecraftServer"
java_app_name = "spigot-1.13.2"