var fileContent = fs.readFile(process.args[0])
fileContent.split("\n").forEach(function (it) {
    screen.print(it)
})