4 lines
28 B
Bash
4 lines
28 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd release
|
||
|
make
|