This website requires JavaScript.
Explore
Help
Sign In
mollusk
/
jitty-scripts
Watch
1
Star
1
Fork
0
You've already forked jitty-scripts
Code
Issues
Pull Requests
Releases
Wiki
Activity
jitty-scripts
/
autolsblk.sh
9 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
Automatically refreshes lsblk
2016-03-09 02:50:13 -07:00
#!/bin/bash
while
true
;
do
clear
lsblk
autolsblk.sh: change sleep duration Former-commit-id: 9eaeb0407e750379541aee3812b97a8b2f635803
2018-03-15 03:24:48 -07:00
sleep
2
Automatically refreshes lsblk
2016-03-09 02:50:13 -07:00
done
Reference in New Issue
Copy Permalink