2 files changed,
3 insertions(+),
0 deletions(-)
jump to
| M | bin/arch-upd |
| M | bin/watchsync |
M
bin/arch-upd
@@ -1,4 +1,6 @@
#!/usr/bin/env bash +# shellcheck disable=SC2046 + sudo pacman -Syu --noconfirm paru -Sua --noconfirm sudo pacman -Rns $(pacman -Qdtq) --noconfirm
M
bin/watchsync
@@ -1,2 +1,3 @@
#!/usr/bin/env bash +# shellcheck disable=SC2016 watch -n1 'grep -E "(Dirty|Write)" /proc/meminfo; echo; ls /sys/block/ | while read -r device; do awk "{ print \"$device: \" \$9 }" "/sys/block/$device/stat"; done'