5 Commits

Executable
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Installs the Git repo object sizes tool.
target=/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/git-repo-object-sizes.sh > "$target"
chmod +x "$target"