summaryrefslogtreecommitdiff
path: root/status.sh
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2021-02-14 00:07:57 +0100
committerMiguel <m.i@gmx.at>2021-02-14 00:07:57 +0100
commitfda242bff12b29034b18800cb5a55aa0e4e3d7ee (patch)
treecc97ba10f11a4e3b2c0ac5b5194b3d1bcc55522b /status.sh
parent115a65be0583658a7f39a7abaeb2401448f0d7c9 (diff)
heavy cleanup
Diffstat (limited to 'status.sh')
-rwxr-xr-xstatus.sh10
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