comparison bin/pastekarma @ 122:d7dad74b8909

<elliott> run rm bin; mv test bin
author HackBot
date Thu, 22 Mar 2012 19:17:56 +0000
parents e037173e0012
children
comparison
equal deleted inserted replaced
121:8a04b0258775 122:d7dad74b8909
1 #!/bin/sh
2 cd karma
3 ls | while read thing; do
4 echo "$thing: $(cat "$thing")"
5 done | paste
6