6 lines
104 B
Bash
6 lines
104 B
Bash
|
#!/usr/bin/env nix-shell
|
||
|
#!nix-shell -i bash -p bash zbar
|
||
|
|
||
|
zbarimg -q flag.png | grep -o 'picoCTF{.*}'
|
||
|
|