Created
January 29, 2021 12:58
-
-
Save wader/1ab18cc14cf777fd6dbce521913e1bdd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (echo "HTTP/1.1 200" ; echo "Accept-Ranges: bytes" ; echo ; dd if=file bs=1 count=80000) | nc -l -p 8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment