Created
February 8, 2019 03:21
-
-
Save escowles/14f460a9344b4dec86a2ce28f2cbdec5 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
| #!/bin/sh | |
| curl -X POST -H "Content-Type: application/n-triples" -H "Slug: a2" -d '<> <http://example.com/test> """This has a line break | |
| and ends with a "quote"""" .' http://localhost:8080/rest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment