From 42970a744276167187257182e6e38025cd6306a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Lyng=20J=C3=B8rgensen?= Date: Tue, 25 Nov 2025 22:11:14 +0100 Subject: [PATCH] feat: add a tootctl command to use mastodons CLI --- abra.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/abra.sh b/abra.sh index 89a2f67..43fa520 100644 --- a/abra.sh +++ b/abra.sh @@ -59,6 +59,11 @@ admin() { bin/tootctl accounts create "$1" --email "$2" --confirmed --role Owner bin/tootctl accounts approve "$1" } +tootctl() { + environment + + bin/tootctl $@ +} shell() { ## Run a shell with proper environment -- 2.49.0