jitty-scripts/autolsblk.sh

9 lines
59 B
Bash
Raw Normal View History

2016-03-09 02:50:13 -07:00
#!/bin/bash
while true;do
clear
lsblk
sleep 1
done