5 lines
74 B
Python
5 lines
74 B
Python
#!/bin/bash
|
|
echo -e "\nBuilding\n"
|
|
idf.py build
|
|
echo -e "\nAll done :3\n"
|