rain ~/code master $ wget http://www.zlib.net/zpipe.c --2014-06-02 20:03:50-- http://www.zlib.net/zpipe.c Resolving www.zlib.net (www.zlib.net)... 69.73.132.10 Connecting to www.zlib.net (www.zlib.net)|69.73.132.10|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6323 (6.2K) [text/x-c] Saving to: ‘zpipe.c’ 100%[=====================================================>] 6,323 --.-K/s in 0.01s 2014-06-02 20:03:50 (645 KB/s) - ‘zpipe.c’ saved [6323/6323] rain ~/code master $ gcc -o zpipe zpipe.c -lz rain ~/code master $ ./zpipe -d < .git/objects/78/4db93ed68c9446d30c7a6173499002d6080988 | cat -v | head blob 4743^@# vim: ft=make comma := , empty := space := $(empty) $(empty) UNAME := $(shell uname) OBJ := $(shell dist/prepare -o) ifeq ($(origin CC),default) rain ~/code master $