mktar: Use `wc` instead of `du` in summary message
[sunny256-utils.git] / git-bs
blobdd7422e91972bb215ba2edee59ce4e042fb1c6e3
1 #!/usr/bin/env bash
3 #=======================================================================
4 # git-bs
5 # File ID: 94f27342-c5f9-11e3-849b-fefdb24f8e10
6 # Wrapper script for git-bisect to allow it to run in subdirectories.
7 # License: GNU General Public License version 2 or later.
8 #=======================================================================
10 cd "$(git rev-parse --show-toplevel)"
11 git bisect "$@"