diff options
| author | Miguel <m.i@gmx.at> | 2021-02-14 00:07:57 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2021-02-14 00:07:57 +0100 |
| commit | fda242bff12b29034b18800cb5a55aa0e4e3d7ee (patch) | |
| tree | cc97ba10f11a4e3b2c0ac5b5194b3d1bcc55522b /status.sh | |
| parent | 115a65be0583658a7f39a7abaeb2401448f0d7c9 (diff) | |
heavy cleanup
Diffstat (limited to 'status.sh')
| -rwxr-xr-x | status.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/status.sh b/status.sh deleted file mode 100755 index 55fc00a..0000000 --- a/status.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -echo --------------------------------------------------- -cat /proc/mdstat -echo --------------------------------------------------- -sudo virsh list -echo --------------------------------------------------- -df -h -echo --------------------------------------------------- -last -x shutdown -x reboot | head -n4 -sleep 1 |
