Skip to content

Shell Scripting

Shell scripting comes out of the box on the device, as it runs a basic linux distribution named codex

Pros

  • Very quick to iterate with.
  • Shell scripting is very powerful.
  • Just like scripting for any other linux system.

Cons

  • Interpreted scripting languages have higher overhead than other languages.

Further Reading