cf1589eb2f
People were complaining too much
5 lines
90 B
Bash
5 lines
90 B
Bash
if [ "$EVAL_HARMONY" = "true" ]; then
|
|
node --harmony -p "$1"
|
|
else
|
|
node -p "$1"
|
|
fi
|