Cian Butler
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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" |
|
|
} |
|
|
} |
|
|
``` |
|
|
``` |
|
|