git clone --depth 1 https://code.glowers.club/goyimnose/Medios-Macina.git
-python Medios-Macina/scripts/bootstrap.py
+LINUX
+
+curl -sSL https://example.com/script.py | python3 -
+
+Invoke-WebRequest 'https://example.com/script.py' -UseBasicParsing | python
+
+
+