5 lines
76 B
Bash
5 lines
76 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd api && python link_resources.py && cd ..
|
||
|
make clean && make
|