UNPKG

number-cruncher

Version:

Calculate total time based on lines of input with numbers on the end.

5 lines (4 loc) 139 B
#!/usr/bin/env node const { exec } = require("child_process"); const command = "cd " + __dirname + " && npm run start"; exec(command);