We can pass arguments to bash while piping like:
$ bash -s -- <ARG>
$ curl -s http://wget.racing/nench.sh | bash -s -- -q
Source: StackOverFlowarrow-up-right
Last updated 1 year ago