Files
scripts_grundkurs/Labb2/export.sh
2013-12-10 11:52:38 +01:00

6 lines
80 B
Bash
Executable File

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