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`?