sources.forEach((arg) => {
  glob(arg, (matchError, files) => {
    files.forEach((file) => {
      console.log(file)
      open(file)