2 lines
62 B
Bash
2 lines
62 B
Bash
|
#!/bin/bash -e
|
||
|
nc mercury.picoctf.net 22342 | python decode.py
|