#!/bin/bash declare -x DIST=Ubuntu echo "export.sh $DIST" bash import.sh exit 0