4 lines
31 B
Bash
Executable file
4 lines
31 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
./build.sh
|