Как найти сценарии в той же папке

SCRIPT=`realpath $0`
SCRIPTPATH=`dirname $SCRIPT`

bash $SCRIPTPATH your_script
Hutch Polecat