Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
usage()
{
echo "Usage: `basename $0` [-vh] pack_name"
echo " Find all modified files since current branch and master"
echo " diverged and put them in \$pack_name.tar.gz"
}
QUIT=0
verbose=0