#!/bin/bash if [ "$1" == "copy" ]; then echo "Argument $1" sleep 360 echo "SALIO" else if [ "$1" == "bash" ]; then bash else sh /opt/script.sh fi fi