From 3bf75b2371a8201733f5731975979aff17a53d3d Mon Sep 17 00:00:00 2001 From: Vividh Mariya <55412084+MagnumDingusEdu@users.noreply.github.com> Date: Sun, 12 Apr 2020 01:57:34 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eccb44c..b1df456 100644 --- a/README.md +++ b/README.md @@ -76,21 +76,21 @@ echo 'alias skb="nc magnum.wtf 9999"' >> .bash_profile __Linux (Bash):__ ``` -echo 'alias tbc="netcat termbin.com 9999 | xclip -selection c"' >> .bashrc +echo 'alias skb="netcat magnum.wtf 6969 | xclip -selection c"' >> .bashrc ``` ``` -echo less typing now! | tbc +echo less typing now! | skb ``` __macOS:__ ``` -echo 'alias tbc="nc termbin.com 9999 | pbcopy"' >> .bash_profile +echo 'alias skb="nc magnum.wtf 6969 | pbcopy"' >> .bash_profile ``` ``` -echo less typing now! | tbc +echo less typing now! | skb ``` __Remember__ to reload the shell with `source ~/.bashrc` or `source ~/.bash_profile` after adding any of provided above!