5 lines
143 B
Bash
5 lines
143 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p bash ripgrep
|
||
|
|
||
|
rg -a -o "$(echo "picoCTF" | base64 | head -c 8).*=" ukn_reality.jpg | base64 -d
|