Skip to content

Instantly share code, notes, and snippets.

View KevinMiller77's full-sized avatar

Kevin Miller Jr. KevinMiller77

  • Seattle WA
View GitHub Profile
@KevinMiller77
KevinMiller77 / get_premake5.py
Created August 19, 2022 03:12
Python script to download the latest Premake5 binary
#!/usr/bin/env python3
import sys
import platform
import os
import urllib.request
import json
import tarfile
import zipfile