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

universal shebang #20

Closed bartoszcisek closed 9 years ago

bartoszcisek commented 10 years ago

Not in every system bash is located in /bin. Using env let abstract it't exact location.