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