about summary refs log tree commit diff stats
path: root/html/resources.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-24 15:06:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-24 15:07:25 -0700
commit56356de8793d0b2a9a2260401b70dc05fd2be982 (patch)
treee5bae22c8f477860bf31a91e7a496054f2d7cbf8 /html/resources.mu
parentae9db5a45f5e6bbee363fb0cd0a75a904d913b7b (diff)
downloadmu-56356de8793d0b2a9a2260401b70dc05fd2be982.tar.gz
3588 - documentation for filesystem and network
Diffstat (limited to 'html/resources.mu')
-rw-r--r--html/resources.mu18
1 files changed, 18 insertions, 0 deletions
diff --git a/html/resources.mu b/html/resources.mu
new file mode 100644
index 00000000..79bb999f
--- /dev/null
+++ b/html/resources.mu
@@ -0,0 +1,18 @@
+
+
+
+
+  assume-resources [
+    # contents for a local file
+    [/foo/bar] <- [
+      |def|  # lines delimited by '|'
+    ]
+
+    # contents for a URL
+    [example.com/foo/bar] <- [
+      |abc|
+    ]
+  ]
+
+
+