Skip to content

Commit

Permalink
Merge branch 'master' of github.com:muhas/dscp into master
Browse files Browse the repository at this point in the history
  • Loading branch information
muhas committed Sep 26, 2020
2 parents bed24b6 + 6c2c726 commit 5217e0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dscp servergroup command
Copy this one-liner and run it in your shell

```
DSCP='/usr/local/bin/dscp' && curl -o $DSCP https://raw.githubusercontent.com/muhas/dscp/master/bin/dscp && chmod +x $DSCP && unset DSCP
DSCP='/usr/local/bin/dscp' && curl -o $DSCP https://raw.githubusercontent.com/muhas/dscp/master/dscp && chmod +x $DSCP && unset DSCP
```
Note: Use sudo or replace /usr/local/bin/dscp to path somewhere inside your home directory.

Expand Down Expand Up @@ -51,4 +51,4 @@ ssh server3 uname -a
## Why?

**dsh** does not work in my phone and raspberry pi, so I wrote a simple replacement, and since sometimes I use copying a file to multiple servers, I also added the copy function
Perhaps it will be useful to someone other than me
Perhaps it will be useful to someone other than me

0 comments on commit 5217e0b

Please sign in to comment.