# You can provide arguments: zsh <(curl -sL ${full_gist_url}) [arguments] # in the script, you should have shebang directive at the very beggining: #!/usr/bin/zsh # You can have the arguments with e.g. echo: echo "Hello, World! and $@"