@@ -31,7 +31,7 @@ You can make your life easier by adding a termbin alias to your rc file. We list
### Pure-bash alternative to netcat
__Linux (Bash):__
__Linux/macOS:__
```
alias tb="(exec 3<>/dev/tcp/termbin.com/9999; cat >&3; cat <&3; exec 3<&-)"
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.