From ae2c5fe141a11e598032d1b3ac26aafc4d961799 Mon Sep 17 00:00:00 2001 From: Unknown Date: Mon, 2 Apr 2018 14:08:43 +0100 Subject: add documentation and main repo --- main-repo/helloworld/helloworld.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main-repo/helloworld/helloworld.js (limited to 'main-repo/helloworld/helloworld.js') diff --git a/main-repo/helloworld/helloworld.js b/main-repo/helloworld/helloworld.js new file mode 100644 index 0000000..40cd8bd --- /dev/null +++ b/main-repo/helloworld/helloworld.js @@ -0,0 +1,8 @@ +le._apps.helloworld = { + exec: function () { + $log("Hello, World!"); + }, + icon: "/c/sys/skins/w93/apps/terminal.png", + terminal: true, + hascli: true +} -- cgit v1.2.3