6 lines
127 B
Bash
6 lines
127 B
Bash
# Tests to execute only in interactive mode with "bash -i" for the same behaviour as minishell
|
|
|
|
echo bonjour > > out
|
|
ls
|
|
rm out
|