New Script: lsblkloop

This commit is contained in:
glitchd 2019-09-14 06:56:56 -05:00
parent e0a19f0afe
commit d3120fcf19

3
lsblkloop Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
while :; do lsblk; sleep 1; done