git-checks 4.3.2

Checks to run against a topic in git to enforce coding standards.
Documentation
1
2
3
4
5
6
7
8
#!/bin/bash

set -e

readonly path="$1"
shift

exec touch "untracked"