Skip to content

Commit

Permalink
Better comments
Browse files Browse the repository at this point in the history
  • Loading branch information
merces committed Nov 28, 2024
1 parent 365d9d8 commit c1a551b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/crypto/bh_rot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ bh_rot() {
local n
local N

# n receives the correspondent alphabet letter
# n gets the alphabet letter
n=$(echo -e \\x$(bh_dec2hex $(( 97 + $1 )) ) )

# bash idiom to turn our text in uppercase letters
# N gets uppercase n
N="${n^^}"

# rot with tr command
Expand Down

0 comments on commit c1a551b

Please sign in to comment.