4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
|
|
python3 ./main.py | grep "Here is your flag" | cut -d":" -f2 | xargs
|