4 lines
98 B
Bash
4 lines
98 B
Bash
#!/bin/bash
|
|
echo -e "\nRunning Menuconfig\n"
|
|
idf.py --preview menuconfig
|
|
echo -e "\nAll done :3\n" |