3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/bash
|
||
|
# THIS FILE MUST USE LF LINE SEPARATORS!
|
||
|
node ./build/sandbox.cjs
|