misc/first_find

This commit is contained in:
Oystein Kristoffer Tveit 2024-09-05 18:58:00 +02:00
parent db7fdfaa6c
commit 6f777478a7
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 8 additions and 0 deletions

BIN
misc/first_find/files.zip Normal file

Binary file not shown.

8
misc/first_find/solve.sh Executable file
View 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