#!/bin/bash # # This sources a simple script with the env. variables needed for the template. cd "$(dirname "$0")" # Go to the script's directory cat <sourcing.vars export NAME="Alex" export ARRAY=( AAA BBB CCC ) EOF cat <