Skip to content

Commit

Permalink
Merge branch 'main' of github.com:quackduck/aces
Browse files Browse the repository at this point in the history
  • Loading branch information
quackduck committed Jan 12, 2023
2 parents b6c72b4 + c483132 commit 2550427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ aces 01 < $(which echo)
```
You can also write hex/octal/binary/your own format by hand:
```shell
echo C2A7 | aces -d 0123456789ABCDEF
echo .+=. | aces -d ./+= # try this!
echo C2A70A | aces -d 0123456789ABCDEF # try this!
echo .+=...++ | aces -d ./+=
```
Convert binary to hex:
```shell
Expand Down

0 comments on commit 2550427

Please sign in to comment.