1
0
Commit Graph

21 Commits

Author SHA1 Message Date
8440378a39 anoia: make dirname handle tralning / like posix 2025-03-24 22:37:24 +00:00
464d046b5a append-path spec behaviour for repeated / 2024-12-17 17:24:16 +00:00
ac8b971cc0 new fn append-path in anoia
complains if you try to ../../../
2024-12-11 17:26:44 +00:00
13087d17e3 use assert macros in anoia/init.fnl
there is no circularity (maybe there was once?)
2024-12-11 17:25:39 +00:00
12275f6896 add more test for table= 2024-09-04 21:21:30 +01:00
6287b92000 fix bugs handling base64 padding 2024-08-31 22:43:25 +01:00
81a6480a4f anoia add base64 deode 2024-08-27 22:42:03 +01:00
43612af71a anoia: %% is alias for string.formt 2024-08-24 13:56:54 +01:00
5695c47496 add dig to anoia 2024-08-23 23:27:29 +01:00
45a7f96bd4 anoia table= compares tables 2024-08-14 22:36:28 +01:00
79445fd962 support multi-arg assoc 2024-08-14 22:34:37 +01:00
b231664a06 anoia: add basename, dirname 2024-04-11 23:11:20 +01:00
f4bf3029fa anoia: alphabetize exports 2024-04-11 23:11:13 +01:00
9730cdd63b add assoc to anoia 2024-03-06 23:19:47 +00:00
84fa8d65f4 fennel: system: verbose log of command that was run 2024-02-21 19:27:14 +00:00
b3e505abf4 anoia.system print command if it failed 2023-09-13 17:50:40 +01:00
d49cbbb8ed test for acquire-wan-address 2023-09-11 00:07:49 +01:00
22275f311c anoia: add simple hash function and base64 encoder 2023-09-10 12:14:39 +01:00
9dd3cf23b4 anoia.fs.mktree replaces mkdir
This uses lfs to make the tree in-process instead of
shelling out to the mkdir command
2023-09-08 21:17:42 +01:00
353a199ab2 odhcpc script: parse ADDRESSES and PREFIXES
so downstream doesn't have to
2023-09-05 22:42:25 +01:00
2de4d7a8f9 fennel: extract some common functions into a shareable module 2023-07-05 20:23:27 +01:00