race(1) RACE race(1) NAME race: ephemeral command-line data sharing SYNOPSIS | curl -F 'data=<-' https://race.co.il DESCRIPTION Pipe any content to https://race.co.il and get back a temporary link. Links expire after 10 minutes and are then permanently deleted. Every access is logged (IP + user-agent) but the payload is not. EXAMPLES ~$ cat myfile.txt | curl -F 'data=<-' https://race.co.il https://race.co.il/aXk9mP ~$ curl https://race.co.il/aXk9mP OPTIONS POST / Upload content (multipart, JSON, or plain text). Returns the share URL as plain text. GET /{id} Retrieve content verbatim. Cached by CDN for remaining TTL. The response includes Cache-Control so the CDN serves subsequent requests from cache without hitting the origin. SEE ALSO https://github.com/rupa/sprunge