Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1a85910cf
|
||
|
|
ed2069bd4f
|
||
|
|
d04fd55b0e | ||
|
|
9d277ebb0d
|
||
|
|
4de6365686
|
||
|
|
27067d1582 | ||
|
|
571129f6ec
|
@@ -4,4 +4,8 @@ Prints the largest Git repository objects on the console.
|
|||||||
|
|
||||||
## Development Notes
|
## Development Notes
|
||||||
|
|
||||||
This project was initially generated almost entirely using AI-assisted development tools.
|
This project was initially generated almost entirely using AI-assisted development tools.
|
||||||
|
|
||||||
|
## Note
|
||||||
|
|
||||||
|
This project is intentionally very small and not a "real" project.
|
||||||
Executable
+9
@@ -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"
|
||||||
Reference in New Issue
Block a user