#!/bin/bash
for file in `cat files.txt`
do
    cp -v $file ../uploads/testing/main/ 
done
