From 571129f6ec4e8f6a713c2298701fbbb28eeb2d8c Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 7 May 2026 17:21:40 +0200 Subject: [PATCH] Add installation script --- install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..00cc7c1 --- /dev/null +++ b/install.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Installs the Git repo object sizes tool. +# +# Usage: +# ./install.sh [TARGET] +# Default for TARGET is /usr/local/bin/git-repo-object-sizes + + +curl https://repo.jcloud-services.ddns.net/software/git-repo-object-sizes/git-repo-object-sizes_latest_linux_amd64.tar.gz | tar -xzf - -O ./git-repo-object-sizes.sh > $target; \ No newline at end of file -- 2.39.5