79450049

Date: 2025-02-19 02:32:45
Score: 1.5
Natty:
Report link

.env file:

EXAMPLE=abc

.sh file:

set -a
source .env
set +a

echo $EXAMPLE
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: happy