Update README.md - fiche - A pastebin adjusted for gopher use | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit c1725790bb471fe5c7ab1161804e5b8b900abdeb | |
parent b554845749ae695e2a30eb4868127ec1902e41c5 | |
Author: solusipse <[email protected]> | |
Date: Sat, 2 Sep 2017 21:39:15 +0200 | |
Update README.md | |
Diffstat: | |
README.md | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README.md b/README.md | |
@@ -31,7 +31,7 @@ You can make your life easier by adding a termbin alias to yo… | |
### Pure-bash alternative to netcat | |
-__Linux (Bash):__ | |
+__Linux/macOS:__ | |
``` | |
alias tb="(exec 3<>/dev/tcp/termbin.com/9999; cat >&3; cat <&3; exec 3<&-)" | |
``` |