Update README.md

tar method 2
This commit is contained in:
rootTHC
2020-01-24 16:14:23 +00:00
committed by GitHub
parent b3d88de859
commit 8a625e56af
+1 -1
View File
@@ -209,7 +209,7 @@ $ chmod 700 stuff.shar
$ ./stuff.shar
```
Method 1: Using *tar*
Method 2: Using *tar*
```
$ tar cfz - *.png *.c | openssl base64 >stuff.tgz.b64
```