4 lines
89 B
Bash
4 lines
89 B
Bash
#!/bin/bash -e
|
|
printf "picoCTF{"
|
|
printf "bDNhcm5fdGgzX3IwcDM1" | base64 -d -
|
|
printf "}\n" |