VAR=$(cat <<'END_HEREDOC' 1. edit config file export User="user_here" export PASSWORD="password_here" export inventory="local" 2. Uncomment what you want to Install in install-appl.sh 3. run it: ./install-appl.sh END_HEREDOC ) echo "$VAR" cp config docs/modules/myservices/ansible/config cd docs/modules/myservices/ansible/ # Prepare for install #./prepare.sh #install appl for docker etc #./appl.yaml.sh # install gui: mate-desktop #./prepare1.sh #install docker #./update-docker.yml.sh # add user to sudo #./add-sudo-rights.yml.sh # install go #./go.yml.sh #install neovim #./nvim_install_and_config.sh