diff options
Diffstat (limited to 'main-repo/helloworld')
| -rw-r--r-- | main-repo/helloworld/helloworld.js | 8 | ||||
| -rw-r--r-- | main-repo/helloworld/package.json | 4 | 
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" -} | 
