Is it possible to run something like this:
parent-script.sh "child-script1.sh | child-script2.sh"
and execute $1 inside the parent-script.sh?
...
CMD=$1
...
$CMD
Is it possible to run something like this:
parent-script.sh "child-script1.sh | child-script2.sh"
and execute $1 inside the parent-script.sh?
...
CMD=$1
...
$CMD