Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# --- Command line
refname="$1"
oldrev="$2"
newrev="$3"
refex="$7"
branch=${refname#refs/heads/}
# Make a temp directory for writing the .jshintrc file