package
0.1.6
Repository: https://github.com/abdfnx/resto.git
Documentation: pkg.go.dev

# README

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

# Functions

No description provided by the author