Resto Install command
The resto install
command is used to install binary app from script URL and run it.
this command is alternative to curl -sL URL | bash
resto i https://deno.land/x/install/install.sh
deno -V
docs
flags
-s, --shell string shell to use default: bash
examples:
resto i https://deno.land/x/install/install.sh --shell sh