ColdWeb-3.1/
ColdWeb-3.1/src/
#!/bin/sh

rm -f textdump
for i in `cat src/INDEX`; do
    echo "src/$i..."
    cat src/$i >> textdump
done