9 lines
59 B
Bash
Executable File

#!/bin/bash
while true;do
clear
lsblk
sleep 1
done