Skip to main content

Piping Curl with Bash

Pipe Bash

# example

curl https://xxx.domain.xx/script.sh | sh

Pipe Bash with Arguments

# example

curl https://xxx.domain.xx/script.sh | sh -s -- arg-1 arg-2