Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow downloading and running scripts from the web #2

Closed
ssbarnea opened this issue Dec 30, 2018 · 0 comments
Closed

allow downloading and running scripts from the web #2

ssbarnea opened this issue Dec 30, 2018 · 0 comments
Assignees

Comments

@ssbarnea
Copy link
Member

ssbarnea commented Dec 30, 2018

Another common use case is where you want to run a script that you download from an url.

Example usage:

rmux -w https://bootstrap.pypa.io/get-pip.py --help

Desired behaviour on remote machine(s):

curl https://bootstrap.pypa.io/get-pip.py > get-pip.py 
chmod +x ./get-pip.py 
rmux ./get-pip.py --help

Practical use: downloading the build reproducer.sh from openstack jobs and running it on one or more remote machines.

@ssbarnea ssbarnea self-assigned this Dec 30, 2018
@ssbarnea ssbarnea pinned this issue Dec 30, 2018
ssbarnea added a commit that referenced this issue Dec 30, 2018
ssbarnea added a commit that referenced this issue Dec 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant