Merge branch 'pda' of https://github.com/jzck/minishell into pda

"align"
This commit is contained in:
ariard@student.42.fr 2017-02-17 17:17:00 +01:00
commit 21e98d1364
5 changed files with 5 additions and 0 deletions

1
42sh/sample/yale0.ex Normal file
View file

@ -0,0 +1 @@
< A B | ( C 2> D & E < F ) > G ; H=I J K

1
42sh/sample/yale1.ex Normal file
View file

@ -0,0 +1 @@
< A B | C | D | E > F

1
42sh/sample/yale2.ex Normal file
View file

@ -0,0 +1 @@
A && B || C && D

1
42sh/sample/yale3.ex Normal file
View file

@ -0,0 +1 @@
A ; B & C ; D || E

1
42sh/sample/yale5.ex Normal file
View file

@ -0,0 +1 @@
(A ; B &) | (C || D) && E