3 lines
109 B
Bash
Executable File
3 lines
109 B
Bash
Executable File
#!/usr/bin/env sh
|
|
node --experimental-repl-await -i -e "require('project-repl')('.', (x) => require(x));" $*
|