11 lines
206 B
Bash
Executable File
11 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export DEBUG=1
|
|
SOURCE_DIR=$(realpath $(dirname "${0}"))
|
|
|
|
${SOURCE_DIR}/01-basic.sh
|
|
${SOURCE_DIR}/02-sahana.sh
|
|
${SOURCE_DIR}/03-sambro.sh
|
|
${SOURCE_DIR}/10-seeddms.sh
|
|
${SOURCE_DIR}/50-pandora.sh
|