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

5 lines
62 B
JavaScript
Executable File

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