5 lines
53 B
Bash
Executable file
5 lines
53 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
./build.sh
|
|
./test.sh
|