This website requires JavaScript.
Explore
Help
Register
Sign In
xrsh
/
xrsh-com
Watch
1
Star
0
Fork
You've already forked xrsh-com
0
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ce44449fc4
xrsh-com
/
com
/
isoterminal
/
mnt
/
profile.js
7 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
disabled other menuitems
2024-09-06 10:30:24 +02:00
#!/bin/js
various unix utilities to interface with browser
2024-08-27 20:40:05 +02:00
window
.
helloworld
=
function
(
)
{
alert
(
"hello world"
)
js now returns output
2024-09-05 19:09:40 +02:00
return
"hello world"
various unix utilities to interface with browser
2024-08-27 20:40:05 +02:00
}