Skip to content

Instantly share code, notes, and snippets.

View zbraniecki's full-sized avatar

Zibi Braniecki zbraniecki

View GitHub Profile
@zbraniecki
zbraniecki / ftl_migration.sh
Last active February 4, 2018 05:15 — forked from flodolo/ftl_migration.sh
FTL Migration script
#! /usr/bin/env bash
# trizen -S python2-virtualenv
# virutalenv2 migrate
# source migrate/bin/activate
# pip install mercurial
# pip install python-hglib
# sh ./ftl_migration.sh
function interrupt_code()
# This code runs if user hits control-c
@zbraniecki
zbraniecki / fuzz
Last active August 29, 2015 14:23
#!/usr/bin/env python
import argparse
import random
import hglib
import json
import subprocess
import re
PY_COMPARE = 'compare-dirs'