blob: 42fb81e431e8b538f57190505bbcb1b83862e362 (
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=http://localhost:8080 \
--user-login=php \
--device=matrix-commander \
--room-default=matrix-commander-room \
--login password
|