aboutsummaryrefslogtreecommitdiffstats
path: root/main-repo/helloworld/helloworld.js
blob: 40cd8bde8ad89d735a06e36ea736e528a88698a2 (plain) (blame)
1
2
3
4
5
6
7
8
le._apps.helloworld = {
  exec: function () {
    $log("Hello, World!");
  },
  icon: "/c/sys/skins/w93/apps/terminal.png",
  terminal: true,
  hascli: true
}