79579922

Date: 2025-04-17 19:12:23
Score: 1
Natty:
Report link

You need to also add x permissions to the script itself.

chmod 0755 1.sh

Also, there shouldn't be a space between ! and /bin/sh in the first line of the script.

#!/bin/sh
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: steve banks