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