diff options
Diffstat (limited to 'god/streams/bin/helper/streamwrite')
| -rw-r--r-- | god/streams/bin/helper/streamwrite | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/god/streams/bin/helper/streamwrite b/god/streams/bin/helper/streamwrite new file mode 100644 index 00000000..a10fb155 --- /dev/null +++ b/god/streams/bin/helper/streamwrite @@ -0,0 +1,6 @@ +for i in `ls -1 streamfinder/`; +do +    for j in `cat "$i"`;do +        echo "$j $i" >> direct.db +    done +done | 
