Bash

Fetch a Bash script from Runny and pipe it to bash on the machine that should run it.

Fetch

Runny hosts the file. Bash runs on the client. The generated one-liner uses bash.

Bash
curl -fsSL https://runny.sh/r/{slug} | bash

Private

Bash
curl -fsSL -H "Authorization: Bearer TOKEN" https://runny.sh/r/{slug} | bash

Restore revision