Blob
1 # lsblk for OpenBSD2 This project aims to implement a clone of lsblk(8) for OpenBSD.4 ## Install5 ``` sh6 # Clone the repo.7 git clone git://stuerz.xyz/openbsd/lsblk9 # Build & Install lsblk(8).10 make && doas make install12 # Optional: Make non-roots be able to run lsblk(8).13 doas make unroot14 ```16 ## Quirks17 - It requires root privileges18 Workaround: `make unroot`20 ## TODO21 - [ ] Fancy unicodes: `├─` & `└─`22 - [ ] `lsblk sd0`