From: Ian Jackson Date: Wed, 16 Dec 2015 23:29:03 +0000 (+0000) Subject: Add gistatus to scripts X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b00eaa67dc166159f61ca5f3232104fe59ebd8cc;p=ian-dotfiles.git Add gistatus to scripts --- diff --git a/scripts/gistatus b/scripts/gistatus new file mode 100755 index 0000000..c95050f --- /dev/null +++ b/scripts/gistatus @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +exec git --no-pager status "$@"