mxafi / minishell

A school project at Hive Helsinki, recreating a simple version of bash.
2 stars 1 forks source link

Executor basic functionality #21

Closed mxafi closed 1 year ago

mxafi commented 1 year ago

Executor has now basic functionality, it can launch programs with an absolute path. It does not support redirectors or pipes fully yet.