6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
declare -x DIST=Ubuntu
|
|
echo "export.sh $DIST"
|
|
bash import.sh
|
|
exit 0
|