Files
esp-idf-tools/custom_bin/clean
T
2025-05-18 19:24:55 -06:00

4 lines
86 B
Bash

#!/bin/bash
echo -e "\nCleaning...\n"
idf.py --preview clean
echo -e "\nAll done :3\n"