This website requires JavaScript.
Explore
Help
Register
Sign In
xrsh
/
xrsh-buildroot
Watch
1
Star
0
Fork
You've already forked xrsh-buildroot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
919a888386
xrsh-buildroot
/
buildroot-v86
/
board
/
v86
/
rootfs_overlay
/
root
/
bin
/
helloworld.js
5 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
main: work in progress [might break]
2024-09-16 13:54:13 +02:00
#!/bin/js
clipboard support
2024-11-15 13:29:50 +01:00
msg
=
args
.
join
(
' '
)
console
.
log
(
msg
)
//alert(msg)