fix nvme parsing issues

This commit is contained in:
Nils 2021-05-22 22:31:26 +02:00
parent 7f55e0e56f
commit 89ea1c046d
Signed by: byreqz
GPG Key ID: 396A62D7D436749E
2 changed files with 2 additions and 2 deletions

1
hash
View File

@ -1 +0,0 @@
64df6573e61b05dc852137f3459b0b43

View File

@ -133,7 +133,8 @@ while [ -z "$1" ]; do
for ((z=1;z<=argsm;z++)); do
arg="$(echo "$argsl" | sed -n "$z"p)"
value="$(echo "$argse" | grep -e "$arg" | xargs | cut -d ':' -f 2- | cut -c 2-)"
argend=""$argend""
argend=""$argend"
"$arg"|"$value""
done
echo "$(echo "$argend" | column -t -s "|")"
echo ""