read -n 2 -s -r -p "Press any key to continue: " action
echo$action
case$action in
00)
echo"mario is real"
;;
01)
echo"L is real 2401"
;;
02)
neofetch
;;
esac
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.