Minor fix.
h3rald h3rald@h3rald.com
Sun, 27 Aug 2023 03:28:16 +0000
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
site/contents/learn-shell.md
→
site/contents/learn-shell.md
@@ -4,10 +4,10 @@ title: "Learn: Shell"
----- {@ _defs_.md || 0 @} -The min executable also provide an interactive REPL (Read-Eval-Print Loop) when launched with the `-i` flag: +The min executable also provide an interactive REPL (Read-Eval-Print Loop) when launched with no arguments: > %min-terminal% -> [$](class:prompt) min -i +> [$](class:prompt) min > <span class="prompt">[/Users/h3rald/Development/min]$</span> Although not as advanced, the min REPL is not dissimilar from an OS system shell like Bash, and as a matter of fact, it provides many functionalities that are found in other shells or command prompts, such as: