Skip to content

Instantly share code, notes, and snippets.

View Sivaram46's full-sized avatar

Sivaram T Sivaram46

  • Tamil Nadu, India
View GitHub Profile
#!/usr/bin/python3
"""
File checks prior to git commit
"""
import argparse
import os
import shutil
import subprocess
import sys