blob: b984dd81041f9ffea3a64c5060d20cc6ad3ab982 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/sh
matrix-commander --no-ssl \
--credentials .cache/credentials.json \
--store .cache/store \
--homeserver=https://localhost:8080 \
--user-login=php \
--device=matrix-commander \
--room-default=alias \
--login password
|