13 lines
216 B
Markdown
13 lines
216 B
Markdown
|
|
# Final Project
|
||
|
|
---
|
||
|
|
|
||
|
|
1. To run the program please run the script:
|
||
|
|
```bash
|
||
|
|
chmod +x build.sh
|
||
|
|
./build.sh
|
||
|
|
```
|
||
|
|
2. To run the program with bash run the command:
|
||
|
|
```bash
|
||
|
|
bash build.sh
|
||
|
|
```
|