Skip to content

Instantly share code, notes, and snippets.

View rodolfoap's full-sized avatar

Rodolfo Alcazar Portillo rodolfoap

View GitHub Profile
/usr/bin/python3 <(cat << \EOF
import pickle
with open('unittests.pickle', 'rb') as handle:
data = pickle.load(handle)
print(data)
EOF
)|sed "s/),/),\n/g;s/},/},\n\n/g;s/',/',\n/g;s/{/{\n/g;"