global

def dir(name)

def dir(name)
  FileUtils.mkdir("artifacts") if (!Dir.exist?(name))
end