Skip to content

Instantly share code, notes, and snippets.

View harshn05's full-sized avatar
💭
I may be slow to respond.

Harsh Kumar Narula harshn05

💭
I may be slow to respond.
View GitHub Profile
@awhatson
awhatson / msys2_downgrade.py
Last active July 9, 2021 05:00
Helper script for downgrading MSYS2
#!/usr/bin/env python3
from argparse import ArgumentParser
from datetime import datetime, timedelta
from pathlib import Path
import json
import re
import subprocess
import sys
import tempfile