---
Note that this patch applies to the website branch.
index.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/index.html b/index.html
index f3e0f2e..24f6db7 100644
--- a/index.html
+++ b/index.html
@@ -24,6 +24,12 @@
portable shell scripts. Optional readline/libedit support is included to
provide a comfortable interactive shell.
</p>
+ <h3>imrsh</h3>
+ <p>
+ <a href="https://git.sr.ht/~sircmpwn/imrsh">imrsh</a> (interactive mrsh)
+ is a related project which provides a more comprehensive interactive
+ shell based on mrsh.
+ </p>
<h2>libmrsh</h2>
<p>
libmrsh provides you the pieces necessary to build your own POSIX shell
--
2.25.0
Pushed, thanks!