summaryrefslogtreecommitdiffstats
path: root/god/streams/bin/helper/streamwrite
blob: a10fb15531d3adda1b71943b40f60586e83f2da5 (plain)
1
2
3
4
5
6
for i in `ls -1 streamfinder/`;
do
    for j in `cat "$i"`;do
        echo "$j $i" >> direct.db
    done
done