aboutsummaryrefslogtreecommitdiffstats
path: root/main-repo/helloworld
diff options
context:
space:
mode:
authorUnknown2018-04-03 19:46:03 +0100
committerUnknown2018-04-03 19:46:03 +0100
commit46af5f559bcd28785772be30121f828bc8d00e18 (patch)
treed3776e123e38c266eb60c7424bfe6bafd6e21d21 /main-repo/helloworld
parent70039c0242079c4914d3f62df9cdd9eb8adf9384 (diff)
remove main-repo
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"
-}