adds missing shebang in node binary

This commit is contained in:
Jed 2022-07-21 14:36:14 +02:00
parent d940fa8797
commit 79fd5627da

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
const process = require('process');
const { PythonShell } = require('python-shell');