From 0f2a941ff6e774f4dc73f3e604fedd51b146fb57 Mon Sep 17 00:00:00 2001 From: Nick Trochalakis Date: Wed, 5 Feb 2025 01:54:17 -0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f63ca6b..2a34805 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # random -Random Small things +A repo for random small scripts/tools/things + +## Dinopass +``` +curl https://raw.githubusercontent.com/Chewbaccalakis/random/refs/heads/main/dinopass | sudo tee /usr/bin/dinopass && sudo chmod +x /usr/bin/dinopass +```