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

7 lines
91 B
JavaScript
Raw Normal View History

2024-09-11 14:58:31 +02:00
#!/bin/js
window.helloworld = function(){
alert("hello world")
return "hello world"
}