From 86139790272d7a88d0a3d9bf89008a650918cf38 Mon Sep 17 00:00:00 2001 From: Nathan Gendron Date: Wed, 12 Nov 2025 15:56:54 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Make=20it=20a=20Git=20extension?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/git-gtr | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/git-gtr diff --git a/bin/git-gtr b/bin/git-gtr new file mode 100755 index 0000000..73c25d7 --- /dev/null +++ b/bin/git-gtr @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +exec gtr "$@"