0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-06 12:08:56 +02:00

watch aux command

Peter Gervai 2021-01-12 19:13:12 +01:00
parent 4a577d2b87
commit 7f118ce33d

@ -112,6 +112,11 @@ There are several ways to interact with the console:
- [test](#test) - dlsym(3) the function `bool ircd::ircd_test(const string_view &)` and pass argument.
- [vg](#vg) - Valgrind hypercall interface (when running in valgrind).
### Auxilary commands:
1. `watch` <second_float> <command with args> - repeatedly run any command (example: `watch 0.25 vm`)
## MXID-as-command
A Matrix-ID itself is recognized as a command for convenience.