Skip to content

Commit

Permalink
Fix typo in minishell WU
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed Apr 12, 2024
1 parent f23c5a3 commit a4f572b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/posts/minishell_wu_pwn.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ draft: false
## Basics

First of all we don't have binaries associated with the challenge so I add to compile them:
First of all we don't have binaries associated with the challenge so I had to compile them:
```
gcc log.c -o log
gcc minishell.c -lcrypto -o minishell
Expand Down

0 comments on commit a4f572b

Please sign in to comment.