aboutsummaryrefslogtreecommitdiffstats
path: root/main-repo/helloworld/helloworld.js
diff options
context:
space:
mode:
Diffstat (limited to 'main-repo/helloworld/helloworld.js')
-rw-r--r--main-repo/helloworld/helloworld.js8
1 files changed, 8 insertions, 0 deletions
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
+}