sandeep shah 08:37 Add Comment sandeep shah #!/bin/bash -l #$ -S /bin/bash #$ -N $2 echo "First arg:"$1 echo "Second arg:"$2 echo "php bin/magento $1:$2... Read More