Skip to content

Instantly share code, notes, and snippets.

@wader
Created January 29, 2021 12:58
Show Gist options
  • Save wader/1ab18cc14cf777fd6dbce521913e1bdd to your computer and use it in GitHub Desktop.
Save wader/1ab18cc14cf777fd6dbce521913e1bdd to your computer and use it in GitHub Desktop.
(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