scripts-main/lsblkloop
2019-09-14 06:56:56 -05:00

4 lines
46 B
Bash
Executable File

#!/bin/bash
while :; do lsblk; sleep 1; done