fix: cleanup

This commit is contained in:
ange 2024-03-11 21:37:22 +01:00
parent 346a498e7d
commit ff9dc89009
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
20 changed files with 66 additions and 107 deletions

2
bin/am
View file

@ -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