Skip to content

Commit

Permalink
Allow execution of web script
Browse files Browse the repository at this point in the history
Fixes: #2
  • Loading branch information
ssbarnea committed Dec 30, 2018
1 parent cc12961 commit 86ef275
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ exit

# run df on two remote hosts, syncronized windows
HOSTS="node1 node2" rmux df

# run a script downloaded from the web (installs pip)
rmux -w https://bootstrap.pypa.io/get-pip.py

```

If you fail to define the ``HOSTS`` variable the tool will default to localhost
Expand Down

0 comments on commit 86ef275

Please sign in to comment.