bin/server/status: add basic checks

This commit is contained in:
xeruf 2023-01-18 13:09:35 +01:00
parent eeee10a6fc
commit 2bc7ba8dff
2 changed files with 4 additions and 0 deletions

4
.local/bin/server/status Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh -x
tmux ls
sudo docker ps || sudo systemctl status docker
zulips status