diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2023-04-16 04:39:35 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2023-04-16 04:39:35 +0200 | 
| commit | 164634d6e02dc0b7fcaf9887429c8e60dec9d050 (patch) | |
| tree | f6dd3566028b3f6e5263441b1b4fda26977a77e3 | |
| parent | c379d2b10816c0886d53a022d8369333eefa503a (diff) | |
| -rw-r--r-- | README | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -                   ========================================= -                   fsub — substitute a file into other files -                   ========================================= +                 ┌───────────────────────────────────────────┐ +                 │ fsub — substitute a file into other files │ +                 └───────────────────────────────────────────┘  fsub is a command-line utility to replace substrings within files with other  files.  This has a variety of usecases, such as static-site generators.  Take  |