# Read the contents of the file flag.txt using only 2 letter commands
while true;do
echo -n "$"
read input
if[${#input} -eq 2];then
eval"$input"
else
echo"Command is not 2 characters!"
fi
done
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.