2024-09-16 13:54:13 +02:00
|
|
|
#!/bin/js
|
2024-11-15 13:29:50 +01:00
|
|
|
msg = args.join(' ')
|
|
|
|
console.log(msg)
|
|
|
|
//alert(msg)
|
2024-12-30 09:47:23 +01:00
|
|
|
|
|
|
|
const term = document.querySelector('[isoterminal]').components.isoterminal.term
|
|
|
|
term.exec("logger bin/helloworld.js "+msg)
|