#!/usr/bin/env node for (const arg of process.argv) { console.log(arg); }