diff options
Diffstat (limited to 'tests/test/bin/minishell-file')
| -rwxr-xr-x | tests/test/bin/minishell-file | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test/bin/minishell-file b/tests/test/bin/minishell-file new file mode 100755 index 0000000..4f22ea2 --- /dev/null +++ b/tests/test/bin/minishell-file @@ -0,0 +1,4 @@ +#!/bin/sh + +echo bonjour > bonjour +echo aurevoir > aurevoir |
