Escape arguments to curl
Created by: chrismwendt
Previously, whitespace in the GraphQL input could get compressed away.
curl commands now look like this:
curl \
-H 'Authorization: token abcdef' \
-d \{\"query\":\"query { currentUser { username } }\",\"variables\":\{}} \
sourcegraph.com/.api/graphql