aboutsummaryrefslogtreecommitdiffstats
path: root/main-repo/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'main-repo/helloworld')
-rw-r--r--main-repo/helloworld/helloworld.js8
-rw-r--r--main-repo/helloworld/package.json4
2 files changed, 0 insertions, 12 deletions
diff --git a/main-repo/helloworld/helloworld.js b/main-repo/helloworld/helloworld.js
deleted file mode 100644
index 40cd8bd..0000000
--- a/main-repo/helloworld/helloworld.js
+++ /dev/null
@@ -1,8 +0,0 @@
-le._apps.helloworld = {
- exec: function () {
- $log("Hello, World!");
- },
- icon: "/c/sys/skins/w93/apps/terminal.png",
- terminal: true,
- hascli: true
-}
diff --git a/main-repo/helloworld/package.json b/main-repo/helloworld/package.json
deleted file mode 100644
index 10d8523..0000000
--- a/main-repo/helloworld/package.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "name": "helloworld",
- "inject": "helloworld.js"
-}