8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
cd "$(dirname "$0")"
|
|
./test-docker.sh
|
|
./test-custom.sh
|