giton commit Add "__noreturn__" attribute to die() and usage() (90334cf)
   1#!/bin/sh
   2cmd="git-$1-script"
   3shift
   4exec $cmd "$@"