Rating:
We know that the flag is in current directory, let's check filenames here:```shellrbash-5.0$ echo *flag-xEpAN7X3tGYjt4Y0p0FD.txt jail.sh```
There is no `cat`, but we can send the file to `echo`:```shellrbash-5.0$ echo "$(
I don't remember