Push dots

This commit is contained in:
Marco Thomas
2020-08-21 17:09:27 +02:00
committed by Marc
commit 246e1fb1fc
330 changed files with 16534 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
function load() {
echo -n "$(cat /proc/loadavg | awk -F ' ' '{print $1,$2,$3}')"
}
load