Skip to content

Instantly share code, notes, and snippets.

View anviar's full-sized avatar
🕊️
surviving

Oleg Klyuchkin anviar

🕊️
surviving
View GitHub Profile
@anviar
anviar / publish.py
Created May 4, 2018 13:02
Script to publish things on various platforms
#!/usr/bin/env python3
import os
import yaml
import argparse
import subprocess
import logging
os.chdir(os.path.dirname(os.path.realpath(__file__)))