5 lines
62 B
Python
Executable File
5 lines
62 B
Python
Executable File
#!/bin/bash
|
|
flag=$(sh ~/scripts/get_flag.sh)
|
|
|
|
echo " ${flag}"
|