Runner.prototype.unlink = function(path) {
  this.batch.add(middlewares.unlink(path));
  return this;
};