Shell Write plusieurs lignes pour fichier

#!/bin/bash

cat > /path/to/myfile <<EOL
write whatever youwant
with multiple lines
... 
EOL
foloinfo