fabacab / git-archive-all.sh

A bash shell script wrapper for git-archive that archives a git superproject and its submodules, if it has any.
214 stars 86 forks source link

Write output to stdout #21

Closed mminer closed 9 years ago

mminer commented 9 years ago

Rather than output a file, in my particular case I want to pipe the output of git-archive-all.sh along to another program. It would be convenient if there was an option to output the result to stdout like git archive does.