diff options
Diffstat (limited to 'bin/matrix-commander')
-rwxr-xr-x | bin/matrix-commander | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/matrix-commander b/bin/matrix-commander index 87ea5ae..ce73a3d 100755 --- a/bin/matrix-commander +++ b/bin/matrix-commander @@ -1,3 +1,7 @@ #!/bin/sh -matrix-commander --no-ssl --plain -c credentials.json $@ +matrix-commander --no-ssl \ + --credentials .cache/credentials.json \ + --store .cache/store \ + --plain \ + $@ |