diff options
| author | unwox <me@unwox.com> | 2024-10-22 22:12:38 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-22 22:12:38 +0600 |
| commit | 2fb30f2f4c044f101d5b7b03eb50a05d716d98f1 (patch) | |
| tree | 70ffc3a3de0c2f61fd5f4aea17efc1f9651960ed /lib | |
| parent | b98f5858af010ea4c0f6a757410cd1c8ec72fa25 (diff) | |
inline style.css into html
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/fs.fnl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/fs.fnl b/lib/fs.fnl new file mode 100644 index 0000000..e56eb8f --- /dev/null +++ b/lib/fs.fnl @@ -0,0 +1,5 @@ +(fn read-file [file] + (with-open [f (io.open file "r")] + (f:read :*all))) + +{: read-file} |
