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