You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-16Lines changed: 28 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -606,23 +606,35 @@ Reference:
606
606
607
607
# How to test with Valgrind
608
608
609
-
To test your minishell extensively with Valgrind, but without any reports from external commands, you can use this command:
609
+
To test your minishell extensively with Valgrind, but without any reports from external commands, you can add the `valms` function to your bash and zsh:
0 commit comments