tests heredocs

This commit is contained in:
hugogogo
2021-12-03 07:00:39 +01:00
parent a432f6bf77
commit 687b1d8631
12 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
COMMANDE=' echo "hugo"'
# cat << EOF
# hello you
# EOF'
#echo "$COMMANDE" | bash -i &>file.log
echo "$COMMANDE" | ./minishell &>file.log
#cat << EOF
#hello
#EOF