From 3251035b4a92e4624268be075a2873fae25e6f36 Mon Sep 17 00:00:00 2001 From: Josua Frank Date: Wed, 11 Nov 2020 11:30:17 +0100 Subject: [PATCH] Fixed typo --- docs/downloading-files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/downloading-files.md b/docs/downloading-files.md index 28e5ed0..9f2734b 100644 --- a/docs/downloading-files.md +++ b/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` ```bash -funtion wetty-download() { +function wetty-download() { echo "\033[5i"$(cat /dev/stdin | base64 -w 0)"\033[4i" } ```