Skip to content

CLI for executing a bash shell script with URL (for Linux/Unix)

License

Notifications You must be signed in to change notification settings

64json/sh-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sh-remote

It helps you run a bash shell script with URL quickly, by automatically downloading and running the script.

NOTE that this command does NOT run the script on the remote server.

Installation

$ curl -fsSL https://git.io/sh-remote | bash

Usage

It is basically same as sh command, but simply change sh to shr and local path of the script to remote URL.

$ shr https://raw.githubusercontent.com/parkjs814/sh-remote/master/test/runme.sh

You can also use shr with arguments, which will be passed to sh command

$ shr https://raw.githubusercontent.com/parkjs814/sh-remote/master/test/runme.sh --name Jason

About

CLI for executing a bash shell script with URL (for Linux/Unix)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages