misc/first_find
This commit is contained in:
parent
db7fdfaa6c
commit
6f777478a7
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
|
Loading…
Reference in New Issue
Block a user