sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
3 stars 1 forks source link

Add a shebang when execve fails #113

Open sophiakoulen opened 1 year ago

sophiakoulen commented 1 year ago

https://stackoverflow.com/questions/12296308/shell-script-working-fine-without-shebang-line-why

znichola commented 1 year ago

huge sidequest