AlbertaSat / ex3_software

All software from flight to ground station and everything in between for the epic mission of Ex-Alta 3.
Apache License 2.0
2 stars 0 forks source link

Cleaner command launch in shell_handler #57

Closed shellbertt closed 1 month ago

shellbertt commented 1 month ago
  1. Launch commands underneath an instance of bash to fully interpret &&, ;, etc.
  2. Gracefully handle when the Command results in a panic.

Results:

Try:

SHELL 0 mkdir testdir
SHELL 0 cd testdir && pwd