79344778

Date: 2025-01-10 06:26:31
Score: 0.5
Natty:
Report link
echo -e "o\n1" | ./your_script.sh

The -e flag enables interpretation of backslash escapes (like \n for newline)

you can simulate the above behavior with a simple script and confirm if it works in your environment

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: rohith vishaal