5 lines
122 B
Bash
5 lines
122 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p bash ripgrep-all
|
||
|
|
||
|
rga -o --rga-adapters=zip "picoCTF\{.*\}" challenge.zip
|