Update README.md

typo
This commit is contained in:
rootTHC
2020-01-25 15:01:30 +00:00
committed by GitHub
parent 77d5885174
commit 92606ee0f2
+1 -1
View File
@@ -252,7 +252,7 @@ $ tar cfz - *.png *.c | openssl base64 >stuff.tgz.b64
```
Transfer *stuff.tgz.b64* to the remote system and execute:
```
$ openssl base64 -d | tar xfz -
$ openssl base64 -d <stuff.tgz.b64 | tar xfz -
```
<a id="ftsrl-anchor"></a>