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 -- -qSource: StackOverFlow
Last updated
We can pass arguments to bash while piping like:
bash -s -- <ARG>curl -s http://wget.racing/nench.sh | bash -s -- -qSource: StackOverFlow
Last updated