xrsh-buildroot/buildroot-v86/board/v86/rootfs_overlay/root/bin/helloworld.js

4 lines
62 B
JavaScript
Executable file

#!/bin/js
msg = args.join(' ')
console.log(msg)
//alert(msg)