Files
esp-idf-tools/custom_bin/clean
T
2025-12-17 07:43:20 -07:00

4 lines
86 B
Bash

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