Skip to content

Trying to execute local python script if command is not a user command#2

Open
reppad wants to merge 2 commits intow84death:mainfrom
reppad:exec-script
Open

Trying to execute local python script if command is not a user command#2
reppad wants to merge 2 commits intow84death:mainfrom
reppad:exec-script

Conversation

@reppad
Copy link

@reppad reppad commented Jul 12, 2023

In case the user enters a command which is not in the list of supported commands, smolOS searches if a corresponding python script is present, if yes it imports it.
For example, just type "myscript" to run the script "myscript.py" located on the ESP.
I had considered adding a command like "exec" but this operation seems more POSIX-like ?

Tested on ESP-07 with Micropython v1.20.0
MicroPython v1.20.0 on 2023-04-26; ESP module (1M) with ESP8266

@w84death
Copy link
Owner

Very good idea! Thanks

I'll marge this by hand including in the new, refactored version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants