mirror of https://github.com/berdav/snappy-fox
README command is now local and removed the $
This commit is contained in:
parent
a18c433d1a
commit
f1a3a60042
|
@ -34,7 +34,7 @@ make CFLAGS=DEBUG
|
||||||
|
|
||||||
The usage of the application is pretty simple:
|
The usage of the application is pretty simple:
|
||||||
```bash
|
```bash
|
||||||
$ snappy-fox <input-file> <output-file>
|
./snappy-fox <input-file> <output-file>
|
||||||
```
|
```
|
||||||
The input or the output files can be `-` to use, respectively stdin and
|
The input or the output files can be `-` to use, respectively stdin and
|
||||||
stdout.
|
stdout.
|
||||||
|
@ -45,7 +45,7 @@ mkdir /tmp/extracted-cache-whatsapp
|
||||||
for f in
|
for f in
|
||||||
find ~/.mozilla/firefox/**/storage/default/https+++web.whatsapp.com/cache/ -name '*.final';
|
find ~/.mozilla/firefox/**/storage/default/https+++web.whatsapp.com/cache/ -name '*.final';
|
||||||
do
|
do
|
||||||
snappy-fox "$f" "/tmp/extracted-cache-whatsapp/$(basename $f)"
|
./snappy-fox "$f" "/tmp/extracted-cache-whatsapp/$(basename $f)"
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue