misc/first_find
This commit is contained in:
BIN
misc/first_find/files.zip
Normal file
BIN
misc/first_find/files.zip
Normal file
Binary file not shown.
8
misc/first_find/solve.sh
Executable file
8
misc/first_find/solve.sh
Executable file
@ -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
|
Reference in New Issue
Block a user