mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
This is a valid usage of a pipe being override by a redirect to a file. You want to save the data unencoded.
5
_Footer.md
Normal file
5
_Footer.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
### This warning doesn't apply to this:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
/bin/echo -n $BASE64ENCODEDDATA| /bin/base64 --decode > $NEWFILE
|
||||||
|
```
|
Reference in New Issue
Block a user