diff --git a/readme.md b/readme.md index 3a520df..4ec994d 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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 \ No newline at end of file +Perhaps it will be useful to someone other than me