jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

expansion error #42

Closed gfantonib closed 4 months ago

gfantonib commented 4 months ago

Correct some simple and important expansion errors (will be important to heredoc)

  1. echo $nada

  2. var="ls -l" $var

  3. var="-l" ls $var