For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pass Arguments while Piping

We can pass arguments to bash while piping like:

bash -s -- <ARG>

Example

curl -s http://wget.racing/nench.sh | bash -s -- -q

Source: StackOverFlow

Last updated