transparencylog/tl

tl: implement cat

Closed this issue · 0 comments

tl cat would return non-zero on mismatch and print the URL contents to stdout if verify passed.

The use case would be replacing:

curl $URL | sh

with

tl cat $URL | sh