From bdfce9a055efb52ff1676c691998d505b09b39d5 Mon Sep 17 00:00:00 2001 From: Rushmore75 Date: Tue, 3 Feb 2026 12:57:06 -0700 Subject: [PATCH] readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 03e8dad..8fbe368 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ lsblk -lno type,name | grep part | awk '{ print "/dev/" $2 }' | select_option If you use the wrapper you can then pipe your output to more commands: ```bash lsblk -lno type,name | grep part | awk '{ print "/dev/" $2 }' | ./wrapper.sh | xargs -I% echo Mounting %... - ``` ### What about bash's `select`?