| Age | Commit message (Collapse) | Author |
|
|
|
Turns out that sed and awk backslash handling differs across
implementations so the original code (and the many other incantations
of it I tried) didnt work on macOS and BSD (or worked there but not in
GNU or busybox).
Here's a POSIX shell version that should work everywhere.
|
|
Also the ability to embed scripts within dfm.
|
|
related to: #2
|
|
Turns out I encountered this issue five years ago and reported it.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257702
Closes #2
|
|
|