feat: am one device per line
This commit is contained in:
parent
e1cf0ba26f
commit
62d5b1d6d0
1 changed files with 1 additions and 1 deletions
2
bin/am
2
bin/am
|
@ -4,7 +4,6 @@ set -e
|
|||
# TODO
|
||||
# - mount all partitions by selecting disk
|
||||
# - usage
|
||||
# - one device per line
|
||||
# - support for /mnt
|
||||
# - colors ?
|
||||
|
||||
|
@ -20,6 +19,7 @@ if ! [ -t 1 ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
COLUMNS=1
|
||||
while true; do
|
||||
readarray -t LSBLK <<< "$(lsblk -n --paths --list | grep part)"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue