Automatically refreshes lsblk

This commit is contained in:
silvernode 2016-03-09 02:50:13 -07:00
parent 1b8513420c
commit aa3e19fc8f

8
Bash Scripts/autolsblk.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
while true;do
clear
lsblk
sleep 1
done