Browse Source

Merge pull request #296 from Sharknoon/main

Fixed typo
pull/298/head
Cian Butler 4 years ago
committed by GitHub
parent
commit
5dcd637a30
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/downloading-files.md

2
docs/downloading-files.md

@ -10,7 +10,7 @@ https://vt100.net/docs/tp83/appendixc.html).
To take advantage add the following bash function to your `.bashrc` To take advantage add the following bash function to your `.bashrc`
```bash ```bash
funtion wetty-download() { function wetty-download() {
echo "\033[5i"$(cat /dev/stdin | base64 -w 0)"\033[4i" echo "\033[5i"$(cat /dev/stdin | base64 -w 0)"\033[4i"
} }
``` ```

Loading…
Cancel
Save