all repos

dotfiles @ 0f5316b1d2c548210159a1adcb698df9498fa19a

i use rach linux btw
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
ยทยทยท
                
                1
                +#!/usr/bin/env bash

              
                
                2
                +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'