3 lines
55 B
Bash
3 lines
55 B
Bash
|
#!/bin/sh
|
||
|
node $(dirname $0)/build/micropython.js "$@"
|