79618108

Date: 2025-05-12 15:03:06
Score: 1.5
Natty:
Report link

An alternative approach would be:

if ! command -v scp >/dev/null 2>&1; then
  echo "scp could not be found."
  exit 1
fi
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RoseSecurity