From 86f59196895bdc401daf63b4b7a6c9f503845729 Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 26 Oct 2018 17:29:45 +1100 Subject: add tablefs --- app/init.moon | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/init.moon') diff --git a/app/init.moon b/app/init.moon index 0cf846a..1aaf969 100644 --- a/app/init.moon +++ b/app/init.moon @@ -33,6 +33,10 @@ experiments = desc: 'Playground for Functional Tags' render: -> require '.tags' }, + tablefs: { + desc: 'A system bigger than filesystems' + render: -> require '.tablefs' + }, koch: { desc: "lil' fractal thing", render: -> require '.koch' -- cgit v1.2.3