7 lines
64 B
Bash
Executable file
7 lines
64 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
set -eu
|
|
|
|
./build.sh "$1"
|
|
clear
|
|
./run.sh "$1"
|