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
@harshn05
harshn05 / msys2_downgrade.py
Created August 24, 2018 08:48 — forked from awhatson/msys2_downgrade.py
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