From d6811373a49d9da2889edb0b104b3e9d311c3752 Mon Sep 17 00:00:00 2001 From: spirillen Date: Wed, 3 Aug 2022 00:05:36 +0000 Subject: [PATCH] By using the -O (Output to) you save 2 processes and cfdomains will be in the default PATH:PATH directive for most common Linux distos --- tool/cfdomains/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tool/cfdomains/README.md b/tool/cfdomains/README.md index 01240cf7ae..db7137bf9e 100644 --- a/tool/cfdomains/README.md +++ b/tool/cfdomains/README.md @@ -6,9 +6,9 @@ CLI tool to look up Cloudflare domain list - [Linux](https://git.disroot.org/dCF/deCloudflare/raw/branch/master/tool/cfdomains/cfdomains.linux?inline=false) ``` -wget https://git.disroot.org/dCF/deCloudflare/raw/branch/master/tool/cfdomains/cfdomains.linux -mv cfdomains.linux /bin/cfdomains -chmod +x /bin/cfdomains +wget https://git.disroot.org/dCF/deCloudflare/raw/branch/master/tool/cfdomains/cfdomains.linux \ + -O /usr/local/bin/cfdomains +chmod +x /usr/local/bin/cfdomains cfdomains ``` - [Windows](https://git.disroot.org/dCF/deCloudflare/raw/branch/master/tool/cfdomains/cfdomains.exe?inline=false) @@ -83,4 +83,4 @@ Details: _We need warriors to assist our hunters :)_ -![](../../image/what_are_you_hunting_cloudflare.png) \ No newline at end of file +![](../../image/what_are_you_hunting_cloudflare.png)