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.
curl -fsSL https://runny.sh/r/{slug} | bash
Private
curl -fsSL -H "Authorization: Bearer TOKEN" https://runny.sh/r/{slug} | bash