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