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