aboutsummaryrefslogtreecommitdiff
path: root/examples/content/shello_pineapple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/content/shello_pineapple')
-rw-r--r--examples/content/shello_pineapple/hello.js1
-rw-r--r--examples/content/shello_pineapple/index.json6
2 files changed, 7 insertions, 0 deletions
diff --git a/examples/content/shello_pineapple/hello.js b/examples/content/shello_pineapple/hello.js
new file mode 100644
index 0000000..3632e67
--- /dev/null
+++ b/examples/content/shello_pineapple/hello.js
@@ -0,0 +1 @@
+console.log("hello, pineapple!");
diff --git a/examples/content/shello_pineapple/index.json b/examples/content/shello_pineapple/index.json
new file mode 100644
index 0000000..f75935a
--- /dev/null
+++ b/examples/content/shello_pineapple/index.json
@@ -0,0 +1,6 @@
+{
+"type" : "script",
+"name" : "hello_pineapple",
+"sha256" : "f53bde306e0774618a1c9e12cb62175fbca90779c79d812a699b54c125c1634a",
+"location" : "hello.js"
+}