We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
86ef275
Allow execution of web script
e6e0957
Fixes: #2
4d9d49d
ssbarnea
No branches or pull requests
Another common use case is where you want to run a script that you download from an url.
Example usage:
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.
The text was updated successfully, but these errors were encountered: