]> arthur.barton.de Git - bup.git/blob - cmd-join.sh
Get rid of extra CFLAGS/LDFLAGS that I don't understand anyway.
[bup.git] / cmd-join.sh
1 #!/bin/sh
2 while read x junk; do
3     git cat-file -p "$x"
4 done