Advertisement
Guest User

Untitled

a guest
May 24th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $ cat curl.txt
  2. http://example.com
  3.  
  4. $ curl -F 'shorten=@curl.txt' https://0x0.st
  5. Segmentation fault
  6.  
  7. $ echo http://example.com | curl -F 'shorten=@-' https://0x0.st
  8. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement