Initial commit

This commit is contained in:
2025-10-16 18:52:54 +09:00
commit 6a6e2874dc
10 changed files with 573 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# multisubst
> [!CAUTION]
> This software is not finished
This is a utility for replacing substrings in files.
It is meant as a replacement for shells in the cases where you are performing redirections, or running commands like `sed`/`awk` with the output of environment variables or commands.