4 lines
32 B
Bash
4 lines
32 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
./build.sh
|
||
|
|
make run
|