fix: cleanup
This commit is contained in:
parent
346a498e7d
commit
ff9dc89009
20 changed files with 66 additions and 107 deletions
2
bin/am
2
bin/am
|
@ -24,7 +24,7 @@ function clear_output() {
|
|||
|
||||
function main() {
|
||||
while true; do
|
||||
readarray -t LSBLK <<< "$(lsblk -n --paths --list | grep part)"
|
||||
mapfile -t LSBLK <<< "$(lsblk -n --paths --list | grep part)"
|
||||
|
||||
COLUMNS=1
|
||||
select dev in "${LSBLK[@]}"; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue