jmmshn
12/22/2017 - 8:58 AM

bash EOF

cat eof file in bash script

cat << EOF > FILENAME
#!/bin/bash
echo \$PWD
EOF