Skip to content

Instantly share code, notes, and snippets.

View sleifer's full-sized avatar

Simeon Leifer sleifer

  • Santa Clara, CA
View GitHub Profile
@sleifer
sleifer / multihooks.py
Last active December 13, 2017 12:44 — forked from carlos-jenkins/multihooks.py
Delegating script for multiple git hooks
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (C) 2015 Carlos Jenkins <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#