1 2 3 4 5 6 7
#!/usr/bin/env node // run <script> <path> const path = require('path'); console.log(path.resolve(process.argv[2]))