fs.unlink(file, (err) => {
        if (err) console.log(err);
        if (err) return cb();
        files_removed.push(file);
        return done();