summaryrefslogtreecommitdiff
path: root/bin/matrix-commander
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2025-08-26 11:30:49 +0200
committerDaniel Weipert <git@mail.dweipert.de>2025-08-26 11:30:49 +0200
commitdb014ebf9f8f84a1a0d0972298e70bf29e57c37e (patch)
treefbb4ee22f913b048e3c58720ddd77be8c5805efb /bin/matrix-commander
parent6dc0447320272aaae51a98eb6606597019f986d3 (diff)
create .cache directory and move tests to Integration directory
Diffstat (limited to 'bin/matrix-commander')
-rwxr-xr-xbin/matrix-commander6
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 \
+ $@