79110574

Date: 2024-10-21 14:52:48
Score: 1.5
Natty:
Report link

What you can try to redirect stdin for gradle using /dev/null.

#!/bin/bash

echo Hello
gradle clean < /dev/null
echo Bye
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): What you can
  • Low reputation (0.5):
Posted by: Shelton Liu