Skip to content

Instantly share code, notes, and snippets.

@clowwindy
Created August 26, 2012 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clowwindy/3480048 to your computer and use it in GitHub Desktop.
Save clowwindy/3480048 to your computer and use it in GitHub Desktop.
different
$ curl https://raw.github.com/cheshirecats/CuriousWall/2d1387e6d15571e7c6986e0cb30df1114b1c8030/account.php > 1
$ curl https://raw.github.com/cheshirecats/CuriousWall/master/account.php > 2
$ hexdump -c 1 | head -n 2
0000000 < ? p h p \r \n e r r o r _ r
0000010 e p o r t i n g ( E _ A L L ) ;
$ hexdump -c 2 | head -n 2
0000000 < ? p h p \n e r r o r _ r e
0000010 p o r t i n g ( E _ A L L ) ; \n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment