Y
Hacker News
new
|
ask
|
show
|
jobs
by
cjbprime
1189 days ago
Looks like it does this to me:
for file in `git ls-files`; do echo $file; cat $file; echo; echo -------; done