all repos

dotfiles @ 0f5316b1d2c548210159a1adcb698df9498fa19a

my dotfiles
1 files changed, 2 insertions(+), 0 deletions(-)
bin: add new script
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-02-20 22:01:11 +0200
Parent: bb3df45
A bin/watchsync

@@ -0,0 +1,2 @@

+#!/usr/bin/env bash +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'