mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
11 lines
200 B
Bash
11 lines
200 B
Bash
It "echos output"
|
|
Data
|
|
#|hello
|
|
#|there
|
|
End
|
|
|
|
When call ./minishell
|
|
The output line 1 should eq "hello"
|
|
The output line 2 should eq "there"
|
|
The output line 3 should be undefined
|
|
End
|