Created
October 12, 2011 21:37
-
-
Save polymorf/1282716 to your computer and use it in GitHub Desktop.
Page de maintenance rapide
This file contains 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
while :; do echo -e "HTTP/1.0 200 OK\nContent-Type: text/html; charset=UTF-8\n\n<h1>maintenance en cours</h1>" |nc -l 80 ; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment