chiark / gitweb /
Add gistatus to scripts
[ian-dotfiles.git] / scripts / gistatus
diff --git a/scripts/gistatus b/scripts/gistatus
new file mode 100755 (executable)
index 0000000..c95050f
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+exec git --no-pager status "$@"