Automatically refreshes lsblk
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
while true;do
|
||||||
|
clear
|
||||||
|
lsblk
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user