the `source.sh` file with content:
#!/bin/bash -x TEXT_INN="set -a && . .env && set +a" sed -i "1 a $TEXT_INN " target.sh
do the job