curl "| sh" command curl "| sh" command curl curl

curl "| sh" command


| can be read as "pipe"

The above command means "pipe the result of curl to sh" - a.k.a "get the script from this url and run it using sh"