Automatically refreshes lsblk
This commit is contained in:
parent
1b8513420c
commit
aa3e19fc8f
8
Bash Scripts/autolsblk.sh
Executable file
8
Bash Scripts/autolsblk.sh
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
while true;do
|
||||||
|
clear
|
||||||
|
lsblk
|
||||||
|
sleep 1
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user