scripts-main/lsblkloop

4 lines
46 B
Plaintext
Raw Normal View History

2019-09-14 06:56:56 -05:00
#!/bin/bash
while :; do lsblk; sleep 1; done