3 lines
66 B
Bash
Executable File
3 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
NODE_INSPECT_RESUME_ON_START=1 node inspect out.js $@
|