xrsh-buildroot/buildroot-v86/board/v86/rootfs_overlay/etc/profile.js

7 lines
91 B
JavaScript

#!/bin/js
window.helloworld = function(){
alert("hello world")
return "hello world"
}