diff --git a/docs/downloading-files.md b/docs/downloading-files.md index 9f2734b..6261984 100644 --- a/docs/downloading-files.md +++ b/docs/downloading-files.md @@ -11,7 +11,7 @@ To take advantage add the following bash function to your `.bashrc` ```bash function wetty-download() { - echo "\033[5i"$(cat /dev/stdin | base64 -w 0)"\033[4i" + printf "\033[5i"$(cat /dev/stdin | base64 -w 0)"\033[4i" } ```