From 205b6a4b0ddc978916b974ac6e9b9c88026643c9 Mon Sep 17 00:00:00 2001 From: jnunezgts <67439787+jnunezgts@users.noreply.github.com> Date: Fri, 14 Jan 2022 14:14:32 -0500 Subject: [PATCH] This is a valid usage of a pipe being override by a redirect to a file. You want to save the data unencoded. --- _Footer.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _Footer.md diff --git a/_Footer.md b/_Footer.md new file mode 100644 index 0000000..e2fbb68 --- /dev/null +++ b/_Footer.md @@ -0,0 +1,5 @@ +### This warning doesn't apply to this: + +```shell +/bin/echo -n $BASE64ENCODEDDATA| /bin/base64 --decode > $NEWFILE +``` \ No newline at end of file