mirror of
https://github.com/arfct/itty-bitty.git
synced 2026-03-11 08:54:33 +00:00
README: Wrong syntax on mac echo
```
ECHO(1) BSD General Commands Manual ECHO(1)
NAME
echo -- write arguments to the standard output
SYNOPSIS
echo [-n] [string ...]
```
This commit is contained in:
parent
50343faecb
commit
2f7ddbb401
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Encoding (Python)
|
|||
|
||||
Decoding (Mac)
|
||||
|
||||
`echo "[URL]" -n | sed 's/^.*#[^\/]*\///g' | base64 -D | lzma -d `
|
||||
`echo -n "[URL]" | sed 's/^.*#[^\/]*\///g' | base64 -D | lzma -d `
|
||||
|
||||
Decoding (Linux)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue