Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-felix
/
d0d6e15d1a7c728e7e1d11194fdc42289f45180e
/
.
/
mishell
/
src
/
main
/
resources
/
scripts
/
hello.js
blob: baef51ff27fd32dd7f9225f3951547c4de7224bb [
file
] [
log
] [
blame
]
/*
* This is sample JavaScript file that can be loaded into script console.
* This file prints "hello, world".
*/
echo
(
"hello, world"
);