This is designed to quickly give you a mini linix like shell. Tested on ESP32, ESP8266, RPI PICO W. To use make sure you have micropython installed first. To install the shell, just connect with ...
1) ls : lists all components of current directory except hidden. 2) ls -a : lists all components of curr directory inlcuding hidden. 3) ls -1 : lists all components of curr directory in different ...