5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p bash ripgrep
|
||
|
|
||
|
rg -a -o "picoCTF\{.*\}"
|