wiki/en/transfer-dev-tricks.md

8 lines
120 B
Markdown

Interesting tricks
------------------
### Sharing output of a command via web
```
<command> | nc seashells.io 1337
```