summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-01-16 21:10:07 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-01-16 21:10:07 +0100
commit9566a6fbade6910a95c279534985540f8267fe82 (patch)
tree3a5aab081d2955a037c076a7fa81ba4128bd8c67
parentfbccfb5105563ad8d433826470b472c91eb13113 (diff)
add updatecmd
-rw-r--r--updatecmd1
1 files changed, 1 insertions, 0 deletions
diff --git a/updatecmd b/updatecmd
new file mode 100644
index 0000000..66ea420
--- /dev/null
+++ b/updatecmd
@@ -0,0 +1 @@
+curl -F hostname="$(cat /etc/hostname)" -F fullname="$(hostname -f)" -F uptime="$(cat /proc/uptime)" -F load="$(cat /proc/loadavg)" -F uname="$(uname -sr)" -F df="$(df -l)" -F meminfo="$(cat /proc/meminfo)" -F cpus="$(lscpu)" -F debian="$(cat /etc/debian_version)"