mirror of
https://github.com/berdav/snappy-fox
synced 2025-02-16 11:31:47 +01:00
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:
|
||||
```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
|
||||
stdout.
|
||||
@ -45,7 +45,7 @@ mkdir /tmp/extracted-cache-whatsapp
|
||||
for f in
|
||||
find ~/.mozilla/firefox/**/storage/default/https+++web.whatsapp.com/cache/ -name '*.final';
|
||||
do
|
||||
snappy-fox "$f" "/tmp/extracted-cache-whatsapp/$(basename $f)"
|
||||
./snappy-fox "$f" "/tmp/extracted-cache-whatsapp/$(basename $f)"
|
||||
done
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user