all repos

dotfiles @ 3131b2036651f81fb1832d9760b8591703057892

i use rach linux btw

dotfiles/bin/watchsync (view raw)

Olexandr Smirnov Olexandr Smirnov
olexsmir@gmail.com
bin: make shellcheck happy about my scripts, 10 months ago
1
#!/usr/bin/env bash
2
# shellcheck disable=SC2016
3
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'