Fix formatting of an example

This commit is contained in:
Neale Pickett 2018-06-12 20:25:25 +00:00
parent ee069446c0
commit accf4d6476
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ Example Recipes
## Brute force single-byte xor
for i in $(seq 255); do cat data | xor $i; done
for i in $(seq 255); do cat data | xor $i; done
## Pretty xor brute force