blob: 350ade3bb05fa771f92efccaedb77c4f5b416058 (
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 \
--user-login=php \
--device=matrix-commander \
--room-default=matrix-commander-room \
--login password
|