4 lines
76 B
Bash
4 lines
76 B
Bash
#!/bin/bash
|
|
echo -e "\nCleaning...\n"
|
|
idf.py clean
|
|
echo -e "\nAll done :3\n" |