Hacker News new | past | comments | ask | show | jobs | submit login
SmolOS Puts a Tiny Posix-Like Environment on Your ESP8266 (hackster.io)
2 points by rcarmo on July 11, 2023 | hide | past | favorite | 1 comment



Erh what? Isnt this just

    import os
    def ls(x):
      print(os.listdir(x))
    def rm(x):
      os.remove(x)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: