Skip to content

Instantly share code, notes, and snippets.

View pardo's full-sized avatar
🗒️
The documentation is my Bible

Andres Pardini pardo

🗒️
The documentation is my Bible
  • La Plata
View GitHub Profile
@pardo
pardo / rat.py
Last active February 18, 2020 01:45
#!/snap/bin/fades
import logging
from functools import wraps
from IPython import embed # fades
import sh # fades
import sys
import os
import stat