misc/first_find
This commit is contained in:
parent
db7fdfaa6c
commit
6f777478a7
Binary file not shown.
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env nix-shell
|
||||||
|
#!nix-shell -i bash -p bash unzip
|
||||||
|
|
||||||
|
unzip -o -q files.zip
|
||||||
|
|
||||||
|
find files -name 'uber-secret.txt' | xargs cat
|
||||||
|
|
||||||
|
rm -rf files
|
Loading…
Reference in New Issue