From 6b7e857f21bef9ba71ac36c202678ec0d84eeff5 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Tue, 12 Aug 2025 18:11:27 +0200 Subject: add matrix commander login helper script --- bin/matrix-commander-login | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 bin/matrix-commander-login diff --git a/bin/matrix-commander-login b/bin/matrix-commander-login new file mode 100755 index 0000000..43f21b0 --- /dev/null +++ b/bin/matrix-commander-login @@ -0,0 +1,8 @@ +#!/bin/sh + +matrix-commander --no-ssl \ + --homeserver=https://localhost:8080 \ + --user-login=php \ + --device=matrix-commander \ + --room-default=alias \ + --login password -- cgit v1.2.3