Add shell and echo app
This commit is contained in:
1
test-hdd/apps/echo/index.js
Normal file
1
test-hdd/apps/echo/index.js
Normal file
@@ -0,0 +1 @@
|
||||
__oskrnl.console_log(__oskrnl.app_args);
|
||||
5
test-hdd/apps/echo/meta.lam
Normal file
5
test-hdd/apps/echo/meta.lam
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"app:name": "echo",
|
||||
"app:version": "1.0.0",
|
||||
"app:entrypoint": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user