From 9a052b3ef713152217681fe9adf3f31cda7eab67 Mon Sep 17 00:00:00 2001 From: Florian Walther Date: Mon, 2 Feb 2026 21:53:40 +0100 Subject: [PATCH] added more usage tips --- misc/MoreUsage.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/misc/MoreUsage.md b/misc/MoreUsage.md index fc20fbc..7d6296f 100644 --- a/misc/MoreUsage.md +++ b/misc/MoreUsage.md @@ -14,6 +14,12 @@ After making above changes you have to reload your ~/bashrc, in order to activat Now you can enter `genpasswd` and get a fresh password from the API Endpoint. +## get 10 fresh passwords + +```bash +for i in {1..10}; do echo $(curl -s https://passwd.scu.si/api/password); done +``` + # building the app you can build the app yourself like this: