execute.sh 122 B

12345678910
  1. #!/bin/bash
  2. if [ "$1" == "copy" ];
  3. then
  4. echo "Argument $1"
  5. sleep 360
  6. echo "SALIO"
  7. else
  8. sh /opt/script.sh
  9. fi