7 lines
187 B
JavaScript
Executable file
7 lines
187 B
JavaScript
Executable file
#!/bin/js
|
|
msg = args.join(' ')
|
|
console.log(msg)
|
|
//alert(msg)
|
|
|
|
const term = document.querySelector('[isoterminal]').components.isoterminal.term
|
|
term.exec("logger bin/helloworld.js "+msg)
|