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